Inherits Reader.
|
virtual void | at_shift (any &result_any, int token, std::string &text) |
|
virtual void | at_reduce (any &result_any, int prod, std::vector< any > &rhs) |
|
void | map_first_item (any &result_any, any &first_item) |
|
void | map_next_item (any &result_any, any &items, any &next_item) |
|
void | map_item (any &result_any, any &key_any, any &value_any, int scalar_type=-1) |
|
void | resolve_map_value (any &value_any, int scalar_type=-1) const |
|
int | interpret_tag (any &tag_any) |
|
void | seq_first_item (any &result_any, any &first_any) |
|
void | seq_next_item (any &result_any, any &items, any &next_item) |
|
void | handle_block_scalar (std::size_t parent_indent_level, std::string const &header, std::string const &leading_empties_or_comments, std::string const &rest, std::string &content, std::string &comment) |
|
Definition at line 201 of file Teuchos_YamlParser.cpp.
Teuchos::YAMLParameterList::Reader::Reader |
( |
| ) |
|
|
inline |
virtual Teuchos::YAMLParameterList::Reader::~Reader |
( |
| ) |
|
|
inlinevirtual |
virtual void Teuchos::YAMLParameterList::Reader::at_shift |
( |
any & |
result_any, |
|
|
int |
token, |
|
|
std::string & |
text |
|
) |
| |
|
inlineprotectedvirtual |
virtual void Teuchos::YAMLParameterList::Reader::at_reduce |
( |
any & |
result_any, |
|
|
int |
prod, |
|
|
std::vector< any > & |
rhs |
|
) |
| |
|
inlineprotectedvirtual |
void Teuchos::YAMLParameterList::Reader::map_first_item |
( |
any & |
result_any, |
|
|
any & |
first_item |
|
) |
| |
|
inlineprotected |
void Teuchos::YAMLParameterList::Reader::map_next_item |
( |
any & |
result_any, |
|
|
any & |
items, |
|
|
any & |
next_item |
|
) |
| |
|
inlineprotected |
void Teuchos::YAMLParameterList::Reader::map_item |
( |
any & |
result_any, |
|
|
any & |
key_any, |
|
|
any & |
value_any, |
|
|
int |
scalar_type = -1 |
|
) |
| |
|
inlineprotected |
void Teuchos::YAMLParameterList::Reader::resolve_map_value |
( |
any & |
value_any, |
|
|
int |
scalar_type = -1 |
|
) |
| const |
|
inlineprotected |
int Teuchos::YAMLParameterList::Reader::interpret_tag |
( |
any & |
tag_any | ) |
|
|
inlineprotected |
void Teuchos::YAMLParameterList::Reader::seq_first_item |
( |
any & |
result_any, |
|
|
any & |
first_any |
|
) |
| |
|
inlineprotected |
void Teuchos::YAMLParameterList::Reader::seq_next_item |
( |
any & |
result_any, |
|
|
any & |
items, |
|
|
any & |
next_item |
|
) |
| |
|
inlineprotected |
void Teuchos::YAMLParameterList::Reader::handle_block_scalar |
( |
std::size_t |
parent_indent_level, |
|
|
std::string const & |
header, |
|
|
std::string const & |
leading_empties_or_comments, |
|
|
std::string const & |
rest, |
|
|
std::string & |
content, |
|
|
std::string & |
comment |
|
) |
| |
|
inlineprotected |
The documentation for this class was generated from the following file: