Functions | |
| bool | WriteAlias (ostream &out, const std::string &str) |
| bool | WriteAnchor (ostream &out, const std::string &str) |
| bool | WriteBinary (ostream &out, const Binary &binary) |
| bool | WriteChar (ostream &out, char ch) |
| bool | WriteComment (ostream &out, const std::string &str, int postCommentIndent) |
| bool | WriteDoubleQuotedString (ostream &out, const std::string &str, bool escapeNonAscii) |
| bool | WriteLiteralString (ostream &out, const std::string &str, int indent) |
| bool | WriteSingleQuotedString (ostream &out, const std::string &str) |
| bool | WriteString (ostream &out, const std::string &str, bool inFlow, bool escapeNonAscii) |
| bool | WriteTag (ostream &out, const std::string &str, bool verbatim) |
| bool | WriteTagWithPrefix (ostream &out, const std::string &prefix, const std::string &tag) |
| bool YAML_PM::Utils::WriteAlias | ( | ostream & | out, |
| const std::string & | str | ||
| ) |
Definition at line 309 of file emitterutils.cpp.
| bool YAML_PM::Utils::WriteAnchor | ( | ostream & | out, |
| const std::string & | str | ||
| ) |
Definition at line 315 of file emitterutils.cpp.
| bool YAML_PM::Utils::WriteBinary | ( | ostream & | out, |
| const Binary & | binary | ||
| ) |
Definition at line 371 of file emitterutils.cpp.
| bool YAML_PM::Utils::WriteChar | ( | ostream & | out, |
| char | ch | ||
| ) |
Definition at line 272 of file emitterutils.cpp.
| bool YAML_PM::Utils::WriteComment | ( | ostream & | out, |
| const std::string & | str, | ||
| int | postCommentIndent | ||
| ) |
Definition at line 292 of file emitterutils.cpp.
| bool YAML_PM::Utils::WriteDoubleQuotedString | ( | ostream & | out, |
| const std::string & | str, | ||
| bool | escapeNonAscii | ||
| ) |
Definition at line 230 of file emitterutils.cpp.
| bool YAML_PM::Utils::WriteLiteralString | ( | ostream & | out, |
| const std::string & | str, | ||
| int | indent | ||
| ) |
Definition at line 255 of file emitterutils.cpp.
| bool YAML_PM::Utils::WriteSingleQuotedString | ( | ostream & | out, |
| const std::string & | str | ||
| ) |
Definition at line 210 of file emitterutils.cpp.
| bool YAML_PM::Utils::WriteString | ( | ostream & | out, |
| const std::string & | str, | ||
| bool | inFlow, | ||
| bool | escapeNonAscii | ||
| ) |
Definition at line 201 of file emitterutils.cpp.
| bool YAML_PM::Utils::WriteTag | ( | ostream & | out, |
| const std::string & | str, | ||
| bool | verbatim | ||
| ) |
Definition at line 321 of file emitterutils.cpp.
| bool YAML_PM::Utils::WriteTagWithPrefix | ( | ostream & | out, |
| const std::string & | prefix, | ||
| const std::string & | tag | ||
| ) |
Definition at line 341 of file emitterutils.cpp.