Definition at line 34 of file reader.cpp.
|
void | openFile (const std::string &file_name) |
| open configuration file More...
|
|
◆ Reader()
template<class... t_Args>
ariles2::ns_msgpack::impl::Reader::Reader |
( |
t_Args &&... |
args | ) |
|
|
inlineexplicit |
◆ back() [1/2]
◆ back() [2/2]
◆ clear()
◆ concatWithNode()
◆ concatWithNodeAndEmplace()
◆ emplace()
◆ empty()
◆ getRawNode() [1/2]
const ::msgpack::object& ariles2::ns_msgpack::impl::Reader::getRawNode |
( |
| ) |
|
|
inline |
◆ getRawNode() [2/2]
const ::msgpack::object& ariles2::ns_msgpack::impl::Reader::getRawNode |
( |
const std::size_t |
depth | ) |
|
|
inline |
Get current node.
- Returns
- pointer to the current node
Definition at line 89 of file reader.cpp.
◆ initialize()
void ariles2::ns_msgpack::impl::Reader::initialize |
( |
| ) |
|
|
inline |
open configuration file
Definition at line 55 of file reader.cpp.
◆ openFile()
void ariles2::read::FileVisitorImplementation::openFile |
( |
const std::string & |
file_name | ) |
|
|
inlineprotectedinherited |
open configuration file
- Parameters
-
Definition at line 516 of file read.h.
◆ pop()
◆ shiftArray()
◆ buffer_
std::string ariles2::ns_msgpack::impl::Reader::buffer_ |
◆ config_ifs_
std::ifstream ariles2::read::FileVisitorImplementation::config_ifs_ |
|
protectedinherited |
◆ handles_
std::vector<std::shared_ptr<::msgpack::object_handle> > ariles2::ns_msgpack::impl::Reader::handles_ |
◆ input_stream_
std::istream* ariles2::read::FileVisitorImplementation::input_stream_ |
|
protectedinherited |
◆ nameless_counter_
std::size_t ariles2::ns_msgpack::impl::Reader::nameless_counter_ |
◆ node_stack_
The documentation for this class was generated from the following file: