#include <NVlist.h>
Public Member Functions | |
| char * | datap () |
Public Attributes | |
| unsigned long | next |
| unsigned long | szdata |
|
|
Definition at line 24 of file NVlist.h. Referenced by NVlist::sappend(), NVlist::sprepend(), and NVlist::sprint().
00024 {
00025 return ((char *) this) + sizeof(Record);
00026 }};
|
|
|
Definition at line 21 of file NVlist.h. Referenced by NVlist::sappend(), NVlist::sprepend(), NVlist::sprint(), and NVlist::sremove(). |
|
|
Definition at line 22 of file NVlist.h. Referenced by NVlist::sappend(), and NVlist::sprepend(). |
1.3.6-20040222