dynamic::unpickler Class Reference

A helper class used by the unpickle() function. More...

#include <unpickler.hpp>

List of all members.

Public Member Functions

 unpickler (std::istream &input)
 Defines where to read the bytes from.
var read_object ()
 Reads a single object from the stream.
int read_int ()
 Reads an integer from the stream.
std::size_t read_size ()
 Reads a size from the stream.
double read_double ()
 Reads a double from the stream.
std::string read_string ()
 Reads a string from the stream.
void * read_function_pointer ()
 Reads a function from the stream.


Detailed Description

A helper class used by the unpickle() function.

Definition at line 6 of file unpickler.hpp.


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