Audacity 3.2.0
Public Member Functions | Public Attributes | Friends | List of all members
ToolBarConfiguration::Iterator::Triple Struct Reference

Public Member Functions

 Triple (FIter b, FIter c, FIter e)
 

Public Attributes

FIter begin
 
FIter current
 
FIter end
 

Friends

bool operator== (const Triple &lhs, const Triple &rhs)
 

Detailed Description

Definition at line 209 of file ToolDock.h.

Constructor & Destructor Documentation

◆ Triple()

ToolBarConfiguration::Iterator::Triple::Triple ( FIter  b,
FIter  c,
FIter  e 
)
inline

Friends And Related Function Documentation

◆ operator==

bool operator== ( const Triple lhs,
const Triple rhs 
)
friend

Definition at line 215 of file ToolDock.h.

217 {
218 // Really need only to compare current
219 return
220 // lhs.begin == rhs.begin &&
221 lhs.current == rhs.current
222 // && lhs.end == rhs.end
223 ;
224 }

Member Data Documentation

◆ begin

FIter ToolBarConfiguration::Iterator::Triple::begin

Definition at line 213 of file ToolDock.h.

◆ current

FIter ToolBarConfiguration::Iterator::Triple::current

Definition at line 213 of file ToolDock.h.

◆ end

FIter ToolBarConfiguration::Iterator::Triple::end

The documentation for this struct was generated from the following file: