Metadata scanner.
More...
#include <falaise/app/metadata_utils.h>
|
| metadata_scanner (const datatools::multi_properties &) |
| Constructor. More...
|
|
bool | check_section (const std::string §ion_name_, const std::string §ion_type_) const |
|
const datatools::properties & | get_section (const std::string §ion_name_, const std::string §ion_type_) const |
|
bool | find_boolean (const std::string §ion_name_, const std::string §ion_type_, const std::string &propKey_, bool &propValue_) const |
|
bool | find_integer (const std::string §ion_name_, const std::string §ion_type_, const std::string &propKey_, int &propValue_) const |
|
bool | find_size (const std::string §ion_name_, const std::string §ion_type_, const std::string &propKey_, std::size_t &propValue_) const |
|
bool | find_real (const std::string §ion_name_, const std::string §ion_type_, const std::string &propKey_, double &propValue_) const |
|
bool | find_string (const std::string §ion_name_, const std::string §ion_type_, const std::string &propKey_, std::string &propValue_) const |
|
bool | find_path (const std::string §ion_name_, const std::string §ion_type_, const std::string &propKey_, std::string &propValue_) const |
|
◆ prop_value_type
◆ metadata_scanner()
◆ check_section()
bool falaise::app::metadata_scanner::check_section |
( |
const std::string & |
section_name_, |
|
|
const std::string & |
section_type_ |
|
) |
| const |
◆ find_boolean()
bool falaise::app::metadata_scanner::find_boolean |
( |
const std::string & |
section_name_, |
|
|
const std::string & |
section_type_, |
|
|
const std::string & |
propKey_, |
|
|
bool & |
propValue_ |
|
) |
| const |
◆ find_integer()
bool falaise::app::metadata_scanner::find_integer |
( |
const std::string & |
section_name_, |
|
|
const std::string & |
section_type_, |
|
|
const std::string & |
propKey_, |
|
|
int & |
propValue_ |
|
) |
| const |
◆ find_path()
bool falaise::app::metadata_scanner::find_path |
( |
const std::string & |
section_name_, |
|
|
const std::string & |
section_type_, |
|
|
const std::string & |
propKey_, |
|
|
std::string & |
propValue_ |
|
) |
| const |
◆ find_real()
bool falaise::app::metadata_scanner::find_real |
( |
const std::string & |
section_name_, |
|
|
const std::string & |
section_type_, |
|
|
const std::string & |
propKey_, |
|
|
double & |
propValue_ |
|
) |
| const |
◆ find_size()
bool falaise::app::metadata_scanner::find_size |
( |
const std::string & |
section_name_, |
|
|
const std::string & |
section_type_, |
|
|
const std::string & |
propKey_, |
|
|
std::size_t & |
propValue_ |
|
) |
| const |
◆ find_string()
bool falaise::app::metadata_scanner::find_string |
( |
const std::string & |
section_name_, |
|
|
const std::string & |
section_type_, |
|
|
const std::string & |
propKey_, |
|
|
std::string & |
propValue_ |
|
) |
| const |
◆ get_section()
The documentation for this class was generated from the following file: