Class JSONFileReader

Inheritance Relationships

Base Type

Class Documentation

class JSONFileReader : public bitrl::utils::io::FileReaderBase

Todo:

write docs

Public Functions

JSONFileReader(const std::string &filename)
virtual void open() final override

Attempts to open the file for reading.

template<typename T>
T get_value(const std::string &label) const

Get the value specified by the label.