#include <session.h>
Data Fields | |
| char * | name |
| Variable name. | |
| size_t | size |
| Data length. | |
| void * | data |
| Actual data. | |
| struct s_serialized * | next |
| Pointer to the next element. | |
| char* s_serialized::name |
Variable name.
| size_t s_serialized::size |
Data length.
| void* s_serialized::data |
Actual data.
struct s_serialized* s_serialized::next [read] |
Pointer to the next element.
1.5.5