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) constanch::json::PrimitiveMapper< T >
anch::json::GenericMapper< PrimitiveMapper< T >, T >::deserialize(std::optional< T > &value, anch::json::ReaderContext &context) constanch::json::GenericMapper< PrimitiveMapper< T >, T >
generic() constanch::json::PrimitiveMapper< T >
GenericMapper()anch::json::GenericMapper< PrimitiveMapper< T >, T >protected
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 >
~GenericMapper()anch::json::GenericMapper< PrimitiveMapper< T >, T >protectedvirtual