#include "mark.h"
#include "traits.h"
#include <exception>
#include <string>
#include <sstream>
Go to the source code of this file.
Classes | |
class | YAML::BadDereference |
class | YAML::EmitterException |
class | YAML::Exception |
class | YAML::InvalidScalar |
class | YAML::KeyNotFound |
class | YAML::ParserException |
class | YAML::RepresentationException |
class | YAML::TypedKeyNotFound< T > |
Namespaces | |
namespace | YAML |
namespace | YAML::ErrorMsg |
Functions | |
template<typename T > | |
const std::string | YAML::ErrorMsg::KEY_NOT_FOUND_WITH_KEY (const T &key, typename enable_if< is_numeric< T > >::type *=0) |
const std::string | YAML::ErrorMsg::KEY_NOT_FOUND_WITH_KEY (const std::string &key) |
template<typename T > | |
const std::string | YAML::ErrorMsg::KEY_NOT_FOUND_WITH_KEY (const T &, typename disable_if< is_numeric< T > >::type *=0) |
template<typename T > | |
TypedKeyNotFound< T > | YAML::MakeTypedKeyNotFound (const Mark &mark, const T &key) |
Variables | |
const std::string | YAML::ErrorMsg::ALIAS_CONTENT = "aliases can't have any content, *including* tags" |
const std::string | YAML::ErrorMsg::ALIAS_NOT_FOUND = "alias not found after *" |
const std::string | YAML::ErrorMsg::AMBIGUOUS_ANCHOR = "cannot assign the same alias to multiple nodes" |
const std::string | YAML::ErrorMsg::ANCHOR_NOT_FOUND = "anchor not found after &" |
const std::string | YAML::ErrorMsg::BAD_DEREFERENCE = "bad dereference" |
const std::string | YAML::ErrorMsg::BLOCK_ENTRY = "illegal block entry" |
const std::string | YAML::ErrorMsg::CHAR_IN_ALIAS = "illegal character found while scanning alias" |
const std::string | YAML::ErrorMsg::CHAR_IN_ANCHOR = "illegal character found while scanning anchor" |
const std::string | YAML::ErrorMsg::CHAR_IN_BLOCK = "unexpected character in block scalar" |
const std::string | YAML::ErrorMsg::CHAR_IN_SCALAR = "illegal character in scalar" |
const std::string | YAML::ErrorMsg::CHAR_IN_TAG_HANDLE = "illegal character found while scanning tag handle" |
const std::string | YAML::ErrorMsg::DOC_IN_SCALAR = "illegal document indicator in scalar" |
const std::string | YAML::ErrorMsg::END_OF_MAP = "end of map not found" |
const std::string | YAML::ErrorMsg::END_OF_MAP_FLOW = "end of map flow not found" |
const std::string | YAML::ErrorMsg::END_OF_SEQ = "end of sequence not found" |
const std::string | YAML::ErrorMsg::END_OF_SEQ_FLOW = "end of sequence flow not found" |
const std::string | YAML::ErrorMsg::END_OF_VERBATIM_TAG = "end of verbatim tag not found" |
const std::string | YAML::ErrorMsg::EOF_IN_SCALAR = "illegal EOF in scalar" |
const std::string | YAML::ErrorMsg::EXPECTED_KEY_TOKEN = "expected key token" |
const std::string | YAML::ErrorMsg::EXPECTED_VALUE_TOKEN = "expected value token" |
const std::string | YAML::ErrorMsg::FLOW_END = "illegal flow end" |
const std::string | YAML::ErrorMsg::INVALID_ALIAS = "invalid alias" |
const std::string | YAML::ErrorMsg::INVALID_ANCHOR = "invalid anchor" |
const std::string | YAML::ErrorMsg::INVALID_ESCAPE = "unknown escape character: " |
const std::string | YAML::ErrorMsg::INVALID_HEX = "bad character found while scanning hex number" |
const std::string | YAML::ErrorMsg::INVALID_SCALAR = "invalid scalar" |
const std::string | YAML::ErrorMsg::INVALID_TAG = "invalid tag" |
const std::string | YAML::ErrorMsg::INVALID_UNICODE = "invalid unicode: " |
const std::string | YAML::ErrorMsg::KEY_NOT_FOUND = "key not found" |
const std::string | YAML::ErrorMsg::MAP_KEY = "illegal map key" |
const std::string | YAML::ErrorMsg::MAP_VALUE = "illegal map value" |
const std::string | YAML::ErrorMsg::MULTIPLE_ALIASES = "cannot assign multiple aliases to the same node" |
const std::string | YAML::ErrorMsg::MULTIPLE_ANCHORS = "cannot assign multiple anchors to the same node" |
const std::string | YAML::ErrorMsg::MULTIPLE_TAGS = "cannot assign multiple tags to the same node" |
const std::string | YAML::ErrorMsg::REPEATED_TAG_DIRECTIVE = "repeated TAG directive" |
const std::string | YAML::ErrorMsg::REPEATED_YAML_DIRECTIVE = "repeated YAML directive" |
const std::string | YAML::ErrorMsg::SINGLE_QUOTED_CHAR = "invalid character in single-quoted string" |
const std::string | YAML::ErrorMsg::TAB_IN_INDENTATION = "illegal tab when looking for indentation" |
const std::string | YAML::ErrorMsg::TAG_DIRECTIVE_ARGS = "TAG directives must have exactly two arguments" |
const std::string | YAML::ErrorMsg::TAG_WITH_NO_SUFFIX = "tag handle with no suffix" |
const std::string | YAML::ErrorMsg::UNEXPECTED_END_MAP = "unexpected end map token" |
const std::string | YAML::ErrorMsg::UNEXPECTED_END_SEQ = "unexpected end sequence token" |
const std::string | YAML::ErrorMsg::UNEXPECTED_KEY_TOKEN = "unexpected key token" |
const std::string | YAML::ErrorMsg::UNEXPECTED_VALUE_TOKEN = "unexpected value token" |
const std::string | YAML::ErrorMsg::UNKNOWN_ANCHOR = "the referenced anchor is not defined" |
const std::string | YAML::ErrorMsg::UNKNOWN_TOKEN = "unknown token" |
const std::string | YAML::ErrorMsg::UNMATCHED_GROUP_TAG = "unmatched group tag" |
const std::string | YAML::ErrorMsg::YAML_DIRECTIVE_ARGS = "YAML directives must have exactly one argument" |
const std::string | YAML::ErrorMsg::YAML_MAJOR_VERSION = "YAML major version too large" |
const std::string | YAML::ErrorMsg::YAML_VERSION = "bad YAML version: " |
const std::string | YAML::ErrorMsg::ZERO_INDENT_IN_BLOCK = "cannot set zero indentation for a block scalar" |