This is the complete list of members for anch::json::ObjectMapper< T >, including all inherited members.
anch::json::registerObject (defined in anch::json::ObjectMapper< T >) | anch::json::ObjectMapper< T > | friend |
deserialize(T &value, anch::json::ReaderContext &context) | anch::json::ObjectMapper< T > | |
deserialize(std::optional< T > &value, anch::json::ReaderContext &context) | anch::json::ObjectMapper< T > | |
deserialize(T *value, anch::json::ReaderContext &context) | anch::json::ObjectMapper< T > | |
deserialize(std::vector< T > &value, anch::json::ReaderContext &context) | anch::json::ObjectMapper< T > | |
deserialize(std::list< T > &value, anch::json::ReaderContext &context) | anch::json::ObjectMapper< T > | |
deserialize(std::set< T > &value, anch::json::ReaderContext &context) | anch::json::ObjectMapper< T > | |
deserialize(std::map< std::string, T > &value, anch::json::ReaderContext &context) | anch::json::ObjectMapper< T > | |
ObjectMapper(const ObjectMapper &other)=delete | anch::json::ObjectMapper< T > | |
ObjectMapper(ObjectMapper &&other)=delete | anch::json::ObjectMapper< T > | |
serialize(const T &value, std::ostream &out, const anch::json::MappingOptions &options, const std::optional< std::string > &field=EMPTY_FIELD) | anch::json::ObjectMapper< T > | |
serialize(const T *const value, std::ostream &out, const anch::json::MappingOptions &options, const std::optional< std::string > &field=EMPTY_FIELD) | anch::json::ObjectMapper< 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::ObjectMapper< 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::ObjectMapper< 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::ObjectMapper< 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::ObjectMapper< 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::ObjectMapper< T > |