Loading...
Searching...
No Matches
PythonSerializer Member List

This is the complete list of members for PythonSerializer, including all inherited members.

boolToStream(std::ostream &ostr, bool x) const override (defined in PythonSerializer)PythonSerializerinlinevirtual
char_map_t typedef (defined in SimpleSerializer)SimpleSerializer
charsToStream(std::ostream &ostr, const S &s) const (defined in SimpleSerializer)SimpleSerializerprotected
charToStream(std::ostream &ostr, char c) const overrideSimpleSerializerinlinevirtual
conv_map_t typedef (defined in Serializer)Serializer
conversion (defined in Serializer)Serializerstatic
DOUBLE_QUOTE (defined in Serializer)Serializerstatic
entryToStream(std::ostream &ostr, const std::pair< K, V > &x) constSerializerinline
entryToStream(std::ostream &ostr, const T &x) const (defined in Serializer)Serializerinline
floatToStream(std::ostream &ostr, double x) const override (defined in PythonSerializer)PythonSerializerinlinevirtual
fmtChars (defined in SimpleSerializer)SimpleSerializerprotected
getFormatter(Serializer::objType t) const override (defined in PythonSerializer)PythonSerializerprotectedvirtual
handleChars(std::ostream &ostr, char c) const (defined in SimpleSerializer)SimpleSerializerprotectedvirtual
handleChars(std::ostream &ostr, const char *c) const (defined in SimpleSerializer)SimpleSerializerprotectedvirtual
intToStream(std::ostream &ostr, int x) const (defined in Serializer)Serializerinlinevirtual
iterableToStream(std::ostream &ostr, const T &x, objType iterableType=NONE) const (defined in Serializer)Serializerinline
KEY (defined in Serializer)Serializerstatic
LIST (defined in Serializer)Serializerstatic
MAP (defined in Serializer)Serializerstatic
MAP_KEY (defined in Serializer)Serializerstatic
MAP_PAIR (defined in Serializer)Serializerstatic
MAP_VALUE (defined in Serializer)Serializerstatic
NONE (defined in Serializer)Serializerstatic
nullToStream(std::ostream &ostr) const override (defined in PythonSerializer)PythonSerializerinlinevirtual
objType typedef (defined in Serializer)Serializer
PAIR (defined in Serializer)Serializerstatic
pairToStream(std::ostream &ostr, const std::pair< K, V > &x, objType containerType=NONE) const (defined in Serializer)Serializerinline
PythonSerializer(char stringQuote=SINGLE_QUOTE) (defined in PythonSerializer)PythonSerializerinline
Serializer() (defined in Serializer)Serializerinline
SET (defined in Serializer)Serializerstatic
SimpleSerializer() (defined in SimpleSerializer)SimpleSerializerinline
SimpleSerializer(const char_map_t &chars) (defined in SimpleSerializer)SimpleSerializerinline
SINGLE_QUOTE (defined in Serializer)Serializerstatic
STRING (defined in Serializer)Serializerstatic
stringQuotePythonSerializer
stringToStream(std::ostream &ostr, const char *x) const override (defined in SimpleSerializer)SimpleSerializerinlinevirtual
stringToStream(std::ostream &ostr, const std::string &x) const final (defined in Serializer)Serializerinlinevirtual
TOGGLE_QUOTESPythonSerializer
toStr(std::string &str, const T &x) constSerializerinline
toStream(std::ostream &ostr, const T &x, objType hint=NONE) constSerializer
toStream(std::ostream &ostr, const std::list< T > &x) const (defined in Serializer)Serializerinline
toStream(std::ostream &ostr, const std::set< T > &x) const (defined in Serializer)Serializerinline
toStream(std::ostream &ostr, const std::map< K, V > &x) const (defined in Serializer)Serializerinline
toStream(std::ostream &ostr, const std::pair< K, V > &x) const (defined in Serializer)Serializerinline
toStream(std::ostream &ostr, char c) const (defined in Serializer)Serializerinline
toStream(std::ostream &ostr, const char *x) const (defined in Serializer)Serializerinline
toStream(std::ostream &ostr, const std::string &x) const (defined in Serializer)Serializerinline
toStream(std::ostream &ostr, bool x) const (defined in Serializer)Serializerinline
toStream(std::ostream &ostr, const nullptr_t &t) const (defined in Serializer)Serializerinline
TUPLE (defined in Serializer)Serializerstatic
VALUE (defined in Serializer)Serializerstatic
writePrefix(std::ostream &ostr, objType type) const override (defined in SimpleSerializer)SimpleSerializerinlinevirtual
writePrefix(std::ostream &ostr, const SimpleFormatter &fmt) const (defined in SimpleSerializer)SimpleSerializerinline
writeSeparator(std::ostream &ostr, objType type) const override (defined in SimpleSerializer)SimpleSerializerinlinevirtual
writeSeparator(std::ostream &ostr, const SimpleFormatter &fmt) const (defined in SimpleSerializer)SimpleSerializerinline
writeSuffix(std::ostream &ostr, objType type) const override (defined in SimpleSerializer)SimpleSerializerinlinevirtual
writeSuffix(std::ostream &ostr, const SimpleFormatter &fmt) const (defined in SimpleSerializer)SimpleSerializerinline
~PythonSerializer() (defined in PythonSerializer)PythonSerializerinlinevirtual
~Serializer() (defined in Serializer)Serializerinlinevirtual
~SimpleSerializer() (defined in SimpleSerializer)SimpleSerializerinlinevirtual