|
EPICS Base
7.0.5.1
|
Public Member Functions | |
| bool | valid () const |
| bool | operator== (const tsSLIterConst< T > &rhs) const |
| bool | operator!= (const tsSLIterConst< T > &rhs) const |
| tsSLIterConst< T > & | operator= (const tsSLIterConst< T > &) |
| const T & | operator* () const |
| const T * | operator-> () const |
| tsSLIterConst< T > & | operator++ () |
| tsSLIterConst< T > | operator++ (int) |
| const T * | pointer () const |
Protected Member Functions | |
| tsSLIterConst (const T *pInitialEntry) | |
Protected Attributes | |
| const T * | pEntry |
Friends | |
| class | tsSLList< T > |
Definition at line 31 of file tsSLList.h.
1.8.13