The type of the property dictionary. More...
#include <mbl_read_props.h>
Public Member Functions | |
| vcl_string | get_required_property (const vcl_string &prop) |
| Return the contents for a given property prop. | |
| vcl_string | get_optional_property (const vcl_string &prop, const vcl_string &def_value="") |
| Return the contents for a given property prop. | |
The type of the property dictionary.
Definition at line 54 of file mbl_read_props.h.
| vcl_string mbl_read_props_type::get_optional_property | ( | const vcl_string & | prop, |
| const vcl_string & | def_value = "" |
||
| ) |
Return the contents for a given property prop.
prop is removed from the property list. Returns def_value, or empty string if prop doesn't exist.
Definition at line 33 of file mbl_read_props.cxx.
| vcl_string mbl_read_props_type::get_required_property | ( | const vcl_string & | prop | ) |
Return the contents for a given property prop.
prop is removed from the property list.
| mbl_exception_missing_property | if prop doesn't exist |
Definition at line 19 of file mbl_read_props.cxx.
1.7.5.1