| boolToStream(std::ostream &ostr, bool x) const (defined in Serializer) | Serializer | inlinevirtual |
| char_map_t typedef (defined in SimpleSerializer) | SimpleSerializer | |
| charsToStream(std::ostream &ostr, const S &s) const (defined in SimpleSerializer) | SimpleSerializer | protected |
| charToStream(std::ostream &ostr, char c) const override | SimpleSerializer | inlinevirtual |
| conv_map_t typedef (defined in Serializer) | Serializer | |
| conversion (defined in Serializer) | Serializer | static |
| DOUBLE_QUOTE (defined in Serializer) | Serializer | static |
| entryToStream(std::ostream &ostr, const std::pair< K, V > &x) const | Serializer | inline |
| entryToStream(std::ostream &ostr, const T &x) const (defined in Serializer) | Serializer | inline |
| floatToStream(std::ostream &ostr, double x) const (defined in Serializer) | Serializer | inlinevirtual |
| fmtChars (defined in SimpleSerializer) | SimpleSerializer | protected |
| getFormatter(objType t) const (defined in SimpleSerializer) | SimpleSerializer | protectedvirtual |
| handleChars(std::ostream &ostr, char c) const (defined in SimpleSerializer) | SimpleSerializer | protectedvirtual |
| handleChars(std::ostream &ostr, const char *c) const (defined in SimpleSerializer) | SimpleSerializer | protectedvirtual |
| intToStream(std::ostream &ostr, int x) const (defined in Serializer) | Serializer | inlinevirtual |
| iterableToStream(std::ostream &ostr, const T &x, objType iterableType=NONE) const (defined in Serializer) | Serializer | inline |
| KEY (defined in Serializer) | Serializer | static |
| LIST (defined in Serializer) | Serializer | static |
| MAP (defined in Serializer) | Serializer | static |
| MAP_KEY (defined in Serializer) | Serializer | static |
| MAP_PAIR (defined in Serializer) | Serializer | static |
| MAP_VALUE (defined in Serializer) | Serializer | static |
| NONE (defined in Serializer) | Serializer | static |
| nullToStream(std::ostream &ostr) const (defined in Serializer) | Serializer | inlinevirtual |
| objType typedef (defined in Serializer) | Serializer | |
| PAIR (defined in Serializer) | Serializer | static |
| pairToStream(std::ostream &ostr, const std::pair< K, V > &x, objType containerType=NONE) const (defined in Serializer) | Serializer | inline |
| Serializer() (defined in Serializer) | Serializer | inline |
| SET (defined in Serializer) | Serializer | static |
| SimpleSerializer() (defined in SimpleSerializer) | SimpleSerializer | inline |
| SimpleSerializer(const char_map_t &chars) (defined in SimpleSerializer) | SimpleSerializer | inline |
| SINGLE_QUOTE (defined in Serializer) | Serializer | static |
| STRING (defined in Serializer) | Serializer | static |
| stringToStream(std::ostream &ostr, const char *x) const override (defined in SimpleSerializer) | SimpleSerializer | inlinevirtual |
| stringToStream(std::ostream &ostr, const std::string &x) const final (defined in Serializer) | Serializer | inlinevirtual |
| toStr(std::string &str, const T &x) const | Serializer | inline |
| toStream(std::ostream &ostr, const T &x, objType hint=NONE) const | Serializer | |
| toStream(std::ostream &ostr, const std::list< T > &x) const (defined in Serializer) | Serializer | inline |
| toStream(std::ostream &ostr, const std::set< T > &x) const (defined in Serializer) | Serializer | inline |
| toStream(std::ostream &ostr, const std::map< K, V > &x) const (defined in Serializer) | Serializer | inline |
| toStream(std::ostream &ostr, const std::pair< K, V > &x) const (defined in Serializer) | Serializer | inline |
| toStream(std::ostream &ostr, char c) const (defined in Serializer) | Serializer | inline |
| toStream(std::ostream &ostr, const char *x) const (defined in Serializer) | Serializer | inline |
| toStream(std::ostream &ostr, const std::string &x) const (defined in Serializer) | Serializer | inline |
| toStream(std::ostream &ostr, bool x) const (defined in Serializer) | Serializer | inline |
| toStream(std::ostream &ostr, const nullptr_t &t) const (defined in Serializer) | Serializer | inline |
| TUPLE (defined in Serializer) | Serializer | static |
| VALUE (defined in Serializer) | Serializer | static |
| writePrefix(std::ostream &ostr, objType type) const override (defined in SimpleSerializer) | SimpleSerializer | inlinevirtual |
| writePrefix(std::ostream &ostr, const SimpleFormatter &fmt) const (defined in SimpleSerializer) | SimpleSerializer | inline |
| writeSeparator(std::ostream &ostr, objType type) const override (defined in SimpleSerializer) | SimpleSerializer | inlinevirtual |
| writeSeparator(std::ostream &ostr, const SimpleFormatter &fmt) const (defined in SimpleSerializer) | SimpleSerializer | inline |
| writeSuffix(std::ostream &ostr, objType type) const override (defined in SimpleSerializer) | SimpleSerializer | inlinevirtual |
| writeSuffix(std::ostream &ostr, const SimpleFormatter &fmt) const (defined in SimpleSerializer) | SimpleSerializer | inline |
| ~Serializer() (defined in Serializer) | Serializer | inlinevirtual |
| ~SimpleSerializer() (defined in SimpleSerializer) | SimpleSerializer | inlinevirtual |