Circus 0.0.1-alpha
C++ Serialization Framework
Loading...
Searching...
No Matches
deserializer.hpp File Reference

Defines the circus::deserializer class for reading structured text data into C++ objects. More...

#include <iostream>
#include "lexer.hpp"
#include "parser.hpp"

Go to the source code of this file.

Classes

class  circus::deserializer< IStreamT >
 Parses structured circus-formatted input and exposes access to the parsed data. More...

Detailed Description

Defines the circus::deserializer class for reading structured text data into C++ objects.