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