AnCH Framework 0.1
Another C++ Hack Framework
 
Loading...
Searching...
No Matches
anch::json::PrimitiveMapper< T > Member List

This is the complete list of members for anch::json::PrimitiveMapper< T >, including all inherited members.

deserialize(T &value, anch::json::ReaderContext &context)anch::json::PrimitiveMapper< T >
deserialize(std::optional< T > &value, anch::json::ReaderContext &context)anch::json::PrimitiveMapper< T >
deserialize(T *value, anch::json::ReaderContext &context)anch::json::PrimitiveMapper< T >
deserialize(std::vector< T > &value, anch::json::ReaderContext &context)anch::json::PrimitiveMapper< T >
deserialize(std::list< T > &value, anch::json::ReaderContext &context)anch::json::PrimitiveMapper< T >
deserialize(std::set< T > &value, anch::json::ReaderContext &context)anch::json::PrimitiveMapper< T >
deserialize(std::map< std::string, T > &value, anch::json::ReaderContext &context)anch::json::PrimitiveMapper< T >
PrimitiveMapper(const PrimitiveMapper &other)=deleteanch::json::PrimitiveMapper< T >
PrimitiveMapper(PrimitiveMapper &&other)=deleteanch::json::PrimitiveMapper< T >
serialize(const T &value, std::ostream &out, const anch::json::MappingOptions &options, const std::optional< std::string > &field=EMPTY_FIELD)anch::json::PrimitiveMapper< T >
serialize(const T *const value, std::ostream &out, const anch::json::MappingOptions &options, const std::optional< std::string > &field=EMPTY_FIELD)anch::json::PrimitiveMapper< T >
serialize(const std::optional< T > &value, std::ostream &out, const anch::json::MappingOptions &options, const std::optional< std::string > &field=EMPTY_FIELD)anch::json::PrimitiveMapper< T >
serialize(const std::vector< T > &value, std::ostream &out, const anch::json::MappingOptions &options, const std::optional< std::string > &field=EMPTY_FIELD)anch::json::PrimitiveMapper< T >
serialize(const std::list< T > &value, std::ostream &out, const anch::json::MappingOptions &options, const std::optional< std::string > &field=EMPTY_FIELD)anch::json::PrimitiveMapper< T >
serialize(const std::set< T > &value, std::ostream &out, const anch::json::MappingOptions &options, const std::optional< std::string > &field=EMPTY_FIELD)anch::json::PrimitiveMapper< T >
serialize(const std::map< std::string, T > &value, std::ostream &out, const anch::json::MappingOptions &options, const std::optional< std::string > &field=EMPTY_FIELD)anch::json::PrimitiveMapper< T >