|
|||||||||||||||||||||||||||||
Home
|
You are here: Home > Support > Reference v1.0 | ||||||||||||||||||||||||||||
|
Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members
TXmListIterAll Class Template ReferenceList of all members.Detailed Descriptiontemplate<class C>
Iterator template used to iterate within all elements within a TXmList container.
|
|||||||||||||||||||||||||||||
Public Member Functions | |
| void | IterFromBegin (const TXmList< C > &list) |
| Initialize the iterator to start at the front of the list . | |
| void | IterFromEnd (const TXmList< C > &list) |
| Initialize the iterator to start at the tail of the list . | |
| bool | GetNext () |
| Iterate to the next list element. | |
| bool | GetPrev () |
| Iterate to the previous list element. | |
| C * | operator-> () const |
| Return the current referenced list element. | |
| C & | operator * () const |
| Return the current referenced list element. | |