|
virtual void | set_val ()=0 |
|
|
std::ostream & | operator<< (std::ostream &out, const Base &v) |
|
bool | operator== (const Base &one, const VarBase &two) |
|
bool | operator== (const VarBase &one, const Base &two) |
|
bool | operator== (const Base &one, const Base &two) |
|
std::ostream & | operator<< (std::ostream &out, Base &v) |
|
bool | operator== (Base &one, const VarBase &two) |
|
bool | operator== (const VarBase &one, Base &two) |
|
bool | operator== (Base &one, Base &two) |
|
bool | operator== (Base &one, const VarArray &two) |
|
bool | operator== (const VarArray &one, Base &two) |
|
Definition at line 37 of file dynbase.h.
◆ Base() [1/2]
varconf::dynvar::Base::Base |
( |
| ) |
|
|
inline |
◆ Base() [2/2]
varconf::dynvar::Base::Base |
( |
const Base & |
d | ) |
|
|
inline |
◆ is_bool()
bool varconf::dynvar::Base::is_bool |
( |
| ) |
|
|
overridevirtual |
◆ is_double()
bool varconf::dynvar::Base::is_double |
( |
| ) |
|
|
overridevirtual |
◆ is_int()
bool varconf::dynvar::Base::is_int |
( |
| ) |
|
|
overridevirtual |
◆ is_string()
bool varconf::dynvar::Base::is_string |
( |
| ) |
|
|
overridevirtual |
◆ operator bool() [1/2]
varconf::dynvar::Base::operator bool |
( |
| ) |
|
|
virtual |
◆ operator bool() [2/2]
varconf::VarBase::operator bool |
( |
| ) |
const |
|
explicitvirtualinherited |
◆ operator double() [1/2]
varconf::dynvar::Base::operator double |
( |
| ) |
|
|
virtual |
◆ operator double() [2/2]
varconf::VarBase::operator double |
( |
| ) |
const |
|
explicitvirtualinherited |
◆ operator int() [1/2]
varconf::dynvar::Base::operator int |
( |
| ) |
|
|
virtual |
◆ operator int() [2/2]
varconf::VarBase::operator int |
( |
| ) |
const |
|
explicitvirtualinherited |
◆ operator std::string() [1/2]
varconf::dynvar::Base::operator std::string |
( |
| ) |
|
|
virtual |
◆ operator std::string() [2/2]
varconf::VarBase::operator std::string |
( |
| ) |
const |
|
explicitvirtualinherited |
◆ operator=()
Base & varconf::dynvar::Base::operator= |
( |
const Base & |
b | ) |
|
◆ scope()
Scope varconf::VarBase::scope |
( |
| ) |
const |
|
inlineinherited |
◆ setScope()
void varconf::VarBase::setScope |
( |
Scope |
s | ) |
|
|
inlineinherited |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & |
out, |
|
|
Base & |
v |
|
) |
| |
|
friend |
◆ operator== [1/5]
bool operator== |
( |
Base & |
one, |
|
|
Base & |
two |
|
) |
| |
|
friend |
◆ operator== [2/5]
◆ operator== [3/5]
◆ operator== [4/5]
◆ operator== [5/5]
◆ m_scope
Scope varconf::VarBase::m_scope |
|
protectedinherited |
The documentation for this class was generated from the following files: