libdballe
9.11
|
Public Member Functions | |
Reader (const ReaderOptions &opts) | |
bool | has_fail_file () const |
void | read (const std::list< std::string > &fnames, Action &action) |
Public Attributes | |
impl::ImporterOptions | import_opts |
Filter | filter |
bool | verbose = false |
unsigned | count_successes = 0 |
unsigned | count_failures = 0 |
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 |