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

dtool/src/dconfig/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< 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 }


Detailed Description

Definition in file test_serialization.cxx.


Typedef Documentation

typedef std::vector<float> floatvec
 

Definition at line 29 of file test_serialization.cxx.

typedef std::list<int> intlist
 

Definition at line 28 of file test_serialization.cxx.

Referenced by TestFromString().


Function Documentation

main  ) 
 

Definition at line 77 of file test_serialization.cxx.

References floats, ints, reffloats, and refints.

void TestFromString  ) 
 

Definition at line 49 of file test_serialization.cxx.

References intlist.

void TestToString  ) 
 

Definition at line 37 of file test_serialization.cxx.


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

Referenced by main().

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

Definition at line 34 of file test_serialization.cxx.

Referenced by main().

floatvec reffloats
 

Definition at line 32 of file test_serialization.cxx.

Referenced by main().

intlist refints
 

Definition at line 31 of file test_serialization.cxx.

Referenced by main().


Generated on Thu May 1 22:13:10 2003 for DTool by doxygen1.3