|
|
|
|
|
__init__(self,
*args,
**kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
__swig_destroy__(...)
delete_Config(Config self) |
|
|
|
|
|
set_boolean(self,
key,
val)
set_boolean(Config self, char const * key, bool val) |
source code
|
|
|
set_int(self,
key,
val)
set_int(Config self, char const * key, int val) |
source code
|
|
|
set_float(self,
key,
val)
set_float(Config self, char const * key, double val) |
source code
|
|
|
set_string(self,
key,
val)
set_string(Config self, char const * key, char const * val) |
source code
|
|
|
set_string_extra(self,
key,
val)
set_string_extra(Config self, char const * key, char const * val) |
source code
|
|
|
exists(self,
key)
exists(Config self, char const * key) -> bool |
source code
|
|
|
get_boolean(self,
key)
get_boolean(Config self, char const * key) -> bool |
source code
|
|
|
get_int(self,
key)
get_int(Config self, char const * key) -> int |
source code
|
|
|
get_float(self,
key)
get_float(Config self, char const * key) -> double |
source code
|
|
|
get_string(self,
key)
get_string(Config self, char const * key) -> char const * |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|