|
RakNet
4.0
|
Holds the actual data in the table. More...
#include <DS_Table.h>
Public Member Functions | |
| void | Set (int input) |
| Numeric. | |
| void | Set (const char *input) |
| String. | |
| void | Set (const char *input, int inputLength) |
| Binary. | |
| void | SetPtr (void *p) |
| Pointer. | |
| void | Get (int *output) |
| Numeric. | |
| void | Get (char *output) |
| String. | |
| void | Get (char *output, int *outputLength) |
| Binary. | |
Holds the actual data in the table.
1.8.2