#include <unpickler.hpp>
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. | |
Definition at line 6 of file unpickler.hpp.
1.5.7.1