![]() | |
| Entire Class Index | Main Class Index | Cross Index | Global Index |
Easy serialization of a data structure.
Contained in: global
Derived from:
none
Derived by:
none
Group: Network (NetObjects)
#include <ClanLib/network.h>
public function member index: |
||
Construction: |
||
| CL_NetVariables | (); | |
| virtual | ~CL_NetVariables | (); |
Attributes: |
||
| bool | is_different | (); |
Operations: |
||
| void | add_bool | (bool* var, int array = 1); |
| void | add_int | (int* var, int array = 1); |
| void | add_short | (short* var, int array = 1); |
| void | add_float | (float* var, int array = 1); |
| void | add_double | (double* var, int array = 1); |
| void | add_vars | (CL_NetVariables* variables, int array = 1); |
| void | save_all | (class CL_OutputSource* msg); |
| void | load_all | (class CL_InputSource* msg); |
| void | save_diff | (class CL_OutputSource* msg); |
| void | load_diff | (class CL_InputSource* msg); |