#include <ValueTree.h>
Enumerator |
---|
INVALID_NODE |
|
SCALAR |
|
MAPPING |
|
LISTING |
|
INSERT_LF |
|
APPEND_LF |
|
cnoid::ValueNode::ValueNode |
( |
| ) |
|
|
inlineprotected |
cnoid::ValueNode::ValueNode |
( |
TypeBit |
type | ) |
|
|
inlineprotected |
virtual cnoid::ValueNode::~ValueNode |
( |
| ) |
|
|
inlineprotectedvirtual |
int cnoid::ValueNode::column |
( |
| ) |
const |
|
inline |
bool cnoid::ValueNode::hasLineInfo |
( |
| ) |
const |
|
inline |
bool cnoid::ValueNode::isListing |
( |
| ) |
const |
|
inline |
bool cnoid::ValueNode::isMapping |
( |
| ) |
const |
|
inline |
bool cnoid::ValueNode::isScalar |
( |
| ) |
const |
|
inline |
bool cnoid::ValueNode::isString |
( |
| ) |
const |
|
inline |
bool cnoid::ValueNode::isValid |
( |
| ) |
const |
|
inline |
TypeBit cnoid::ValueNode::LFType |
( |
| ) |
const |
|
inline |
int cnoid::ValueNode::line |
( |
| ) |
const |
|
inline |
TypeBit cnoid::ValueNode::nodeType |
( |
| ) |
const |
|
inline |
cnoid::ValueNode::operator const std::string & |
( |
| ) |
const |
|
inline |
bool ValueNode::read |
( |
int & |
out_value | ) |
const |
bool ValueNode::read |
( |
double & |
out_value | ) |
const |
bool ValueNode::read |
( |
bool & |
out_value | ) |
const |
bool ValueNode::read |
( |
std::string & |
out_value | ) |
const |
bool ValueNode::readUTF8String |
( |
std::string & |
out_value | ) |
const |
void ValueNode::throwException |
( |
const std::string & |
message | ) |
const |
void ValueNode::throwNotListingException |
( |
| ) |
const |
|
protected |
void ValueNode::throwNotMappingException |
( |
| ) |
const |
|
protected |
void ValueNode::throwNotScalrException |
( |
| ) |
const |
|
protected |
template<typename T >
T cnoid::ValueNode::to |
( |
| ) |
const |
template<>
double cnoid::ValueNode::to |
( |
| ) |
const |
|
inline |
template<>
int cnoid::ValueNode::to |
( |
| ) |
const |
|
inline |
bool ValueNode::toBool |
( |
| ) |
const |
double ValueNode::toDouble |
( |
| ) |
const |
int ValueNode::toInt |
( |
| ) |
const |
const Listing * ValueNode::toListing |
( |
| ) |
const |
const Mapping * ValueNode::toMapping |
( |
| ) |
const |
const std::string & ValueNode::toString |
( |
| ) |
const |
const std::string & ValueNode::toUTF8String |
( |
| ) |
const |
friend class YAMLReaderImpl |
|
friend |
int cnoid::ValueNode::typeBits |
|
protected |
The documentation for this class was generated from the following files: