dynamic::pickler Class Reference

A helper class used by the pickle() function to keep track of pickling. More...

#include <pickler.hpp>

Inheritance diagram for dynamic::pickler:

cg::not_copyable cg::not_assignable

List of all members.

Public Member Functions

 pickler (std::ostream &)
 Defines where the output should be written.
void write_object (const var &o)
 Writes the given object to the stream.
void write_object_type (var_cmp_index)
 Writes the object type to the stream.
void write_int (int i)
 Writes an integer to the stream.
void write_size (std::size_t)
 Writes a size to the stream.
void write_double (double d)
 Writes a double to the stream.
void write_string (std::string const &)
 Writes a string to the stream.


Detailed Description

A helper class used by the pickle() function to keep track of pickling.

Definition at line 24 of file pickler.hpp.


Member Function Documentation

void dynamic::pickler::write_object ( const var o  ) 


The documentation for this class was generated from the following files:

Generated on Thu Dec 18 22:14:18 2008 for C++Script by  doxygen 1.5.7.1