#include <NVList.h>
Inheritance diagram for NVList:

Public Member Functions | |
| NVList () | |
| NVList (const char *dbname, int flags=0) | |
| int | is_empty (void) |
| void | prepend (const char *data, size_t szdata) |
| void | append (const char *data, size_t szdata) |
| void | remove (void) |
| void | clear (void) |
| void | print (std::ostream &os) |
Definition at line 15 of file NVList.h.
|
|
Definition at line 19 of file NVList.h.
|
|
||||||||||||
|
Definition at line 20 of file NVList.h.
00020 :NVlist(dbname, flags) { 00021 } |
|
||||||||||||
|
Definition at line 27 of file NVList.cc. References NVcontainer::getdatap(), NVcontainer::lock(), and NVlist::sappend().
|
|
|
Definition at line 43 of file NVList.cc. References NVcontainer::getdatap(), NVcontainer::lock(), and NVlist::sclear().
|
|
|
Definition at line 11 of file NVList.cc. References NVcontainer::getdatap(), NVcontainer::lock(), and NVlist::sis_empty().
|
|
||||||||||||
|
Definition at line 20 of file NVList.cc. References NVcontainer::getdatap(), NVcontainer::lock(), and NVlist::sprepend().
|
|
|
Definition at line 50 of file NVList.cc. References NVcontainer::getdatap(), NVcontainer::lock(), and NVlist::sprint().
|
|
|
Definition at line 34 of file NVList.cc. References NVcontainer::getdata(), NVcontainer::getdatap(), NVcontainer::lock(), and NVlist::sremove().
|
1.3.6-20040222