Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

test_serialization.cxx File Reference

#include <serialization.h>
#include <list>
#include <vector>
#include <algo.h>
#include <string>

Go to the source code of this file.

Typedefs

typedef std::list< intintlist
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 }


Typedef Documentation

typedef std::vector<float> floatvec
 

Definition at line 26 of file test_serialization.cxx.

Referenced by TestFromString().

typedef std::list<int> intlist
 

Definition at line 25 of file test_serialization.cxx.

Referenced by TestFromString().


Function Documentation

main void   ) 
 

Definition at line 74 of file test_serialization.cxx.

References floats, ints, reffloats, refints, TestFromString(), and TestToString().

void TestFromString  ) 
 

Definition at line 46 of file test_serialization.cxx.

References floatvec, intlist, reffloats, and refints.

Referenced by main().

void TestToString  ) 
 

Definition at line 34 of file test_serialization.cxx.

References reffloats, and refints.

Referenced by main().


Variable Documentation

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 32 of file test_serialization.cxx.

Referenced by main().

int ints[10] = { 3, 1, 4, 1, 5, 9, 2, 6, 5, 3 }
 

Definition at line 31 of file test_serialization.cxx.

Referenced by main().

floatvec reffloats
 

Definition at line 29 of file test_serialization.cxx.

Referenced by main(), TestFromString(), and TestToString().

intlist refints
 

Definition at line 28 of file test_serialization.cxx.

Referenced by main(), TestFromString(), and TestToString().


Generated on Fri Apr 18 01:34:17 2003 for DTool by doxygen1.3