Modernized GAlib
3.0.0 current
|
Public Member Functions | |
GAListIter (const GAList< T > &t) | |
GAListIter (const GAListIter< T > &i) | |
T * | current () |
T * | head () |
T * | tail () |
T * | next () |
T * | prev () |
T * | warp (const GAList< T > &t) |
T * | warp (const GAListIter< T > &i) |
T * | warp (unsigned int i) |
![]() | |
GAListIterBASE (const GAListBASE &t) | |
GAListIterBASE (const GAListIterBASE &i) | |
void | operator() (const GAListBASE &t) |
GANodeBASE * | current (GANodeBASE *c) |
GANodeBASE * | current () |
GANodeBASE * | next () |
GANodeBASE * | next (GANodeBASE *c) |
GANodeBASE * | prev () |
GANodeBASE * | prev (GANodeBASE *c) |
GANodeBASE * | head () |
GANodeBASE * | tail () |
GANodeBASE * | warp (unsigned int) |
GANodeBASE * | warp (const GAListIterBASE &i) |
int | size () |
Friends | |
class | GAList< T > |
Additional Inherited Members | |
![]() | |
GANodeBASE * | node |
const GAListBASE * | list |