Public Member Functions | |
| CAttributeListEntry (long size, CViewAttributeID id) | |
| ~CAttributeListEntry () | |
| const CViewAttributeID | getID () const |
| const long | getSize () const |
| void * | getPointer () const |
| CAttributeListEntry * | getNext () const |
| void | setNext (CAttributeListEntry *entry) |
Protected Member Functions | |
| CAttributeListEntry () | |
Protected Attributes | |
| CAttributeListEntry * | nextEntry |
| void * | pointer |
| long | sizeOfPointer |
| CViewAttributeID | id |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|