#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 at line 26 of file test_serialization.cxx. Referenced by TestFromString(). |
|
Definition at line 25 of file test_serialization.cxx. Referenced by TestFromString(). |
|
Definition at line 74 of file test_serialization.cxx. References floats, ints, reffloats, refints, TestFromString(), and TestToString(). |
|
Definition at line 46 of file test_serialization.cxx. References floatvec, intlist, reffloats, and refints. Referenced by main(). |
|
Definition at line 34 of file test_serialization.cxx. References reffloats, and refints. 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(). |
|
Definition at line 29 of file test_serialization.cxx. Referenced by main(), TestFromString(), and TestToString(). |
|
Definition at line 28 of file test_serialization.cxx. Referenced by main(), TestFromString(), and TestToString(). |