Inherits std::vector< T >.
Public Member Functions |
| SnapshotVector (char *c, int size) |
void | pb_int (int d) |
void | pb_hashtype (hashtype d) |
void | pb_int64 (int64_t d) |
void | pb_charp (const char *c, int size) |
void | pb_char (char c) |
void | pb_string (std::string s) |
void | pb_intp (int *p, int size) |
int | retrieve_int () |
hashtype | retrieve_hashtype () |
int64_t | retrieve_int64 () |
int * | retrieve_intp () |
char | retrieve_char () |
char * | retrieve_charp () |
std::string | retrieve_string () |
char * | to_charp () |
The documentation for this class was generated from the following files:
- /home/ug/devel/kombilo/lk/pattern.h
- /home/ug/devel/kombilo/lk/pattern.cpp