|
CToon C++ 0.6.1
A C++ TOON/JSON serialization library
|
This is the complete list of members for ctoon::document, including all inherited members.
| doc_ | ctoon::document | |
| document() CTOON_NOEXCEPT | ctoon::document | inline |
| document(ctoon_doc *doc) CTOON_NOEXCEPT | ctoon::document | inlineexplicit |
| document(document &&o) CTOON_NOEXCEPT | ctoon::document | inline |
| get_pointer(const string_view &ptr) const CTOON_NOEXCEPT | ctoon::document | inline |
| mut_copy() const | ctoon::document | inline |
| operator unsigned char() const CTOON_NOEXCEPT | ctoon::document | inline |
| operator*() const CTOON_NOEXCEPT | ctoon::document | inline |
| operator=(document &&o) CTOON_NOEXCEPT | ctoon::document | inline |
| parse(const char *toon, std::size_t len, read_flag flags=read_flag::NOFLAG) | ctoon::document | inlinestatic |
| parse(const char *toon, read_flag flags=read_flag::NOFLAG) | ctoon::document | inlinestatic |
| parse(const std::string &toon, read_flag flags=read_flag::NOFLAG) | ctoon::document | inlinestatic |
| parse(const string_view &toon, read_flag flags=read_flag::NOFLAG) | ctoon::document | inlinestatic |
| parse_file(const char *path, read_flag flags=read_flag::NOFLAG) | ctoon::document | inlinestatic |
| parse_indent(const char *toon, std::size_t len, int indent_size, read_flag flags=read_flag::NOFLAG) | ctoon::document | inlinestatic |
| parse_indent(const std::string &toon, int indent_size, read_flag flags=read_flag::NOFLAG) | ctoon::document | inlinestatic |
| parse_indent(const string_view &toon, int indent_size, read_flag flags=read_flag::NOFLAG) | ctoon::document | inlinestatic |
| raw() const CTOON_NOEXCEPT | ctoon::document | inline |
| read_size() const CTOON_NOEXCEPT | ctoon::document | inline |
| release() CTOON_NOEXCEPT | ctoon::document | inline |
| root() const CTOON_NOEXCEPT | ctoon::document | inline |
| to_string(const write_options &opts=write_options()) const | ctoon::document | inline |
| val_count() const CTOON_NOEXCEPT | ctoon::document | inline |
| valid() const CTOON_NOEXCEPT | ctoon::document | inline |
| write_file(const char *path, const write_options &opts=write_options()) const | ctoon::document | inline |
| ~document() | ctoon::document | inline |