#include <serialization.h>
#include <list>
#include <vector>
#include <algo.h>
#include <string>
Go to the source code of this file.
Typedefs | |
typedef std::list< int > | intlist |
typedef std::vector< float > | floatvec |
Functions | |
void | TestToString () |
void | TestFromString () |
main () | |
Variables | |
intlist | refints |
floatvec | reffloats |
int | ints [10] = { 3, 1, 4, 1, 5, 9, 2, 6, 5, 3 } |
float | floats [10] = { 0.1, 1.2, 2.3, 3.4, 4.5, 5.6, 6.7, 7.8, 8.9, 9.0 } |
Definition in file test_serialization.cxx.
|
Definition at line 29 of file test_serialization.cxx. |
|
Definition at line 28 of file test_serialization.cxx. Referenced by TestFromString(). |
|
Definition at line 77 of file test_serialization.cxx. |
|
Definition at line 49 of file test_serialization.cxx. References intlist. |
|
Definition at line 37 of file test_serialization.cxx. |
|
Definition at line 35 of file test_serialization.cxx. Referenced by main(). |
|
Definition at line 34 of file test_serialization.cxx. Referenced by main(). |
|
Definition at line 32 of file test_serialization.cxx. Referenced by main(). |
|
Definition at line 31 of file test_serialization.cxx. Referenced by main(). |