#include <YAMLWriter.h>
◆ YAMLWriter() [1/2]
YAMLWriter::YAMLWriter |
( |
const std::string |
filename | ) |
|
◆ YAMLWriter() [2/2]
YAMLWriter::YAMLWriter |
( |
std::ostream & |
os | ) |
|
◆ ~YAMLWriter()
YAMLWriter::~YAMLWriter |
( |
| ) |
|
◆ endListing()
void YAMLWriter::endListing |
( |
| ) |
|
◆ endMapping()
void YAMLWriter::endMapping |
( |
| ) |
|
◆ putBlockStyleString()
void YAMLWriter::putBlockStyleString |
( |
const std::string & |
value, |
|
|
bool |
isLiteral |
|
) |
| |
◆ putComment()
void YAMLWriter::putComment |
( |
const std::string & |
comment, |
|
|
bool |
doNewLine = true |
|
) |
| |
◆ putDoubleQuotedString()
void YAMLWriter::putDoubleQuotedString |
( |
const std::string & |
value | ) |
|
◆ putFoldedString()
void cnoid::YAMLWriter::putFoldedString |
( |
const std::string & |
value | ) |
|
|
inline |
◆ putKey()
◆ putKeyValue() [1/2]
template<class DataType >
void cnoid::YAMLWriter::putKeyValue |
( |
const std::string & |
key, |
|
|
const DataType & |
value |
|
) |
| |
|
inline |
◆ putKeyValue() [2/2]
void cnoid::YAMLWriter::putKeyValue |
( |
const std::string & |
key, |
|
|
const std::string & |
value |
|
) |
| |
|
inline |
◆ putLiteralString()
void cnoid::YAMLWriter::putLiteralString |
( |
const std::string & |
value | ) |
|
|
inline |
◆ putNode()
void YAMLWriter::putNode |
( |
const ValueNode * |
node | ) |
|
◆ putScalar() [1/2]
template<class DataType >
void cnoid::YAMLWriter::putScalar |
( |
const DataType & |
value | ) |
|
|
inline |
◆ putScalar() [2/2]
void YAMLWriter::putScalar |
( |
const double & |
value | ) |
|
◆ putSingleQuotedString()
void YAMLWriter::putSingleQuotedString |
( |
const std::string & |
value | ) |
|
◆ putString()
void YAMLWriter::putString |
( |
const std::string & |
value | ) |
|
◆ setDoubleFormat()
void YAMLWriter::setDoubleFormat |
( |
const char * |
format | ) |
|
◆ setIndentWidth()
void YAMLWriter::setIndentWidth |
( |
int |
n | ) |
|
◆ setKeyOrderPreservationMode()
void YAMLWriter::setKeyOrderPreservationMode |
( |
bool |
on | ) |
|
◆ startDocument()
void YAMLWriter::startDocument |
( |
| ) |
|
◆ startFlowStyleListing()
void YAMLWriter::startFlowStyleListing |
( |
| ) |
|
◆ startFlowStyleMapping()
void YAMLWriter::startFlowStyleMapping |
( |
| ) |
|
◆ startListing()
void YAMLWriter::startListing |
( |
| ) |
|
◆ startMapping()
void YAMLWriter::startMapping |
( |
| ) |
|
The documentation for this class was generated from the following files: