|
Ariles
|
#include <reader.h>
Public Member Functions | |
| Reader (const std::string &file_name) | |
| Constructor. More... | |
| Reader (std::istream &input_stream) | |
| Constructor. More... | |
| bool | descend (const std::string &child_name) |
| void | ascend () |
| bool | getMapEntryNames (std::vector< std::string > &child_names) |
| std::size_t | startArray () |
| void | shiftArray () |
| void | endArray () |
| const serialization::Features & | getSerializationFeatures () const |
Protected Types | |
| typedef t_Implementation | Impl |
| typedef ARILES_SHARED_PTR< t_Implementation > | ImplPtr |
Protected Member Functions | |
| std::size_t | getMapSize (const bool) |
Protected Attributes | |
| ImplPtr | impl_ |
|
protectedinherited |
Definition at line 27 of file yaml_cpp.h.
|
protectedinherited |
Definition at line 28 of file yaml_cpp.h.
|
explicit |
|
explicit |
| void ariles::ns_yaml_cpp::Reader::ascend | ( | ) |
Definition at line 105 of file reader.cpp.
| bool ariles::ns_yaml_cpp::Reader::descend | ( | const std::string & | child_name | ) |
Definition at line 87 of file reader.cpp.
| void ariles::ns_yaml_cpp::Reader::endArray | ( | ) |
Definition at line 158 of file reader.cpp.
| bool ariles::ns_yaml_cpp::Reader::getMapEntryNames | ( | std::vector< std::string > & | child_names | ) |
Definition at line 112 of file reader.cpp.
|
protected |
Definition at line 80 of file reader.cpp.
|
inlineinherited |
Definition at line 44 of file yaml_cpp.h.
| void ariles::ns_yaml_cpp::Reader::shiftArray | ( | ) |
Definition at line 147 of file reader.cpp.
| std::size_t ariles::ns_yaml_cpp::Reader::startArray | ( | ) |
Definition at line 135 of file reader.cpp.
|
protectedinherited |
Definition at line 31 of file yaml_cpp.h.
1.8.15