FiReS
0.2.0
FiReS - Filter, Retrieval and Search
|
Public Member Functions | |
Property & | operator= (const Property &other) |
template<class ValueType > | |
Property (ValueType value_) | |
template<class ValueType > | |
void | set (ValueType value_) |
template<typename ValueType > | |
ValueType | value (void) const |
template<typename ValueType > | |
ValueType * | valuePtr (void) |
std::string | type (void) const |
bool | empty (void) const |
Protected Attributes | |
boost::any | _value |
Definition at line 34 of file Property.h.