AnCH Framework 0.1
Another C++ Hack Framework
Loading...
Searching...
No Matches
anch::rest::GlobalMapperRegistry Class Reference

#include <mapperRegistry.hpp>

Inheritance diagram for anch::rest::GlobalMapperRegistry:
Collaboration diagram for anch::rest::GlobalMapperRegistry:

Additional Inherited Members

Public Member Functions inherited from anch::rest::MapperRegistry
 MapperRegistry ()
 ~MapperRegistry ()
template<typename T>
void registerMapper (const std::string &contentType, const T &mapper)
template<typename T>
void serialize (const std::string &contentType, T value, std::ostream &out)
template<typename T>
void deserialize (const std::string &contentType, T &value, std::istream &input)
Static Public Member Functions inherited from anch::Singleton< GlobalMapperRegistry >
static GlobalMapperRegistry & getInstance ()

Detailed Description

Global MapperRegistry

Since
0.1
Author
Vincent Lachenal

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