#include "file/key_value.h"
|
| | Reader () |
| |
| | Reader (const std::string &file, const char *first_line=nullptr) |
| |
| void | open (const std::string &file, const char *first_line=nullptr) |
| |
| bool | next () |
| |
| void | close () |
| |
| const std::string & | key () const throw () |
| |
| const std::string & | value () const throw () |
| |
| const std::string & | name () const throw () |
| |
|
| std::string | K |
| |
| std::string | V |
| |
| std::string | filename |
| |
| std::ifstream | in |
| |
Definition at line 36 of file key_value.h.
◆ Reader() [1/2]
| MR::File::KeyValue::Reader::Reader |
( |
| ) |
|
|
inline |
◆ Reader() [2/2]
| MR::File::KeyValue::Reader::Reader |
( |
const std::string & |
file, |
|
|
const char * |
first_line = nullptr |
|
) |
| |
|
inline |
◆ close()
| void MR::File::KeyValue::Reader::close |
( |
| ) |
|
|
inline |
◆ key()
| const std::string & MR::File::KeyValue::Reader::key |
( |
| ) |
const |
| throw | ( | |
| ) | | |
|
inline |
◆ name()
| const std::string & MR::File::KeyValue::Reader::name |
( |
| ) |
const |
| throw | ( | |
| ) | | |
|
inline |
◆ next()
| bool MR::File::KeyValue::Reader::next |
( |
| ) |
|
◆ open()
| void MR::File::KeyValue::Reader::open |
( |
const std::string & |
file, |
|
|
const char * |
first_line = nullptr |
|
) |
| |
◆ value()
| const std::string & MR::File::KeyValue::Reader::value |
( |
| ) |
const |
| throw | ( | |
| ) | | |
|
inline |
◆ filename
| std::string MR::File::KeyValue::Reader::filename |
|
protected |
◆ in
| std::ifstream MR::File::KeyValue::Reader::in |
|
protected |
| std::string MR::File::KeyValue::Reader::K |
|
protected |
| std::string MR::File::KeyValue::Reader::V |
|
protected |
The documentation for this class was generated from the following file: