libdballe
7.21
|
Public Member Functions | |
Reader (const ReaderOptions &opts) | |
void | read (const std::list< std::string > &fnames, Action &action) |
Public Attributes | |
msg::Importer::Options | import_opts |
Filter | filter |
bool | verbose |
Protected Member Functions | |
void | read_csv (const std::list< std::string > &fnames, Action &action) |
void | read_json (const std::list< std::string > &fnames, Action &action) |
void | read_file (const std::list< std::string > &fnames, Action &action) |
Protected Attributes | |
std::string | input_type |
const char * | fail_file_name |