OpenStructure
|
#include <ost/log.hh>
Go to the source code of this file.
Functions | |
template<typename C > | |
String | depr_get_string_a (C &c, const String &k, const String &v) |
template<typename C > | |
String | depr_get_string_b (C &c, const String &k) |
template<typename C > | |
void | depr_set_string (C &c, const String &k, const String &v) |
template<typename C > | |
int | depr_get_int_a (C &c, const String &k, const int &v) |
template<typename C > | |
int | depr_get_int_b (C &c, const String &k) |
template<typename C > | |
void | depr_set_int (C &c, const String &k, const int &v) |
template<typename C > | |
bool | depr_get_bool_a (C &c, const String &k, const bool &v) |
template<typename C > | |
bool | depr_get_bool_b (C &c, const String &k) |
template<typename C > | |
void | depr_set_bool (C &c, const String &k, const bool &v) |
template<typename C > | |
Real | depr_get_float_a (C &c, const String &k, const float &v) |
template<typename C > | |
Real | depr_get_float_b (C &c, const String &k) |
template<typename C > | |
void | depr_set_float (C &c, const String &k, const Real &v) |
template<typename C > | |
void | depr_clear_props (C &c) |
template<typename C > | |
bool | depr_has_prop (C &c, const String &k) |
template<typename C > | |
String | depr_prop_as_string (C &c, const String &k) |
template<typename C , typename O > | |
void | const_generic_prop_def (O &bp_class) |
template<typename C , typename O > | |
void | generic_prop_def (O &bp_class) |
void const_generic_prop_def | ( | O & | bp_class | ) |
Definition at line 134 of file generic_property_def.hh.
void depr_clear_props | ( | C & | c | ) |
Definition at line 113 of file generic_property_def.hh.
bool depr_get_bool_a | ( | C & | c, |
const String & | k, | ||
const bool & | v | ||
) |
Definition at line 71 of file generic_property_def.hh.
bool depr_get_bool_b | ( | C & | c, |
const String & | k | ||
) |
Definition at line 78 of file generic_property_def.hh.
Definition at line 92 of file generic_property_def.hh.
Definition at line 99 of file generic_property_def.hh.
int depr_get_int_a | ( | C & | c, |
const String & | k, | ||
const int & | v | ||
) |
Definition at line 50 of file generic_property_def.hh.
int depr_get_int_b | ( | C & | c, |
const String & | k | ||
) |
Definition at line 57 of file generic_property_def.hh.
Definition at line 29 of file generic_property_def.hh.
Definition at line 36 of file generic_property_def.hh.
bool depr_has_prop | ( | C & | c, |
const String & | k | ||
) |
Definition at line 120 of file generic_property_def.hh.
Definition at line 127 of file generic_property_def.hh.
void depr_set_bool | ( | C & | c, |
const String & | k, | ||
const bool & | v | ||
) |
Definition at line 85 of file generic_property_def.hh.
Definition at line 106 of file generic_property_def.hh.
void depr_set_int | ( | C & | c, |
const String & | k, | ||
const int & | v | ||
) |
Definition at line 64 of file generic_property_def.hh.
Definition at line 43 of file generic_property_def.hh.
void generic_prop_def | ( | O & | bp_class | ) |
Definition at line 177 of file generic_property_def.hh.