Public Member Functions | |
Prop (const T &value=T(), PropEnum origin=CREATED_BY_DEFAULT) | |
Prop (const Prop &prop) | |
Prop & | operator= (const Prop &prop) |
bool | setValue (Property &prop, const std::string &propName) |
bool | setValue (const T &value, PropEnum origin=CREATED_BY_DEFAULT) |
PropEnum | getOrigin () const |
T | getValue () const |
const bool | isModified () const |
Is unmanipulated default value? |
Definition at line 37 of file Prop.h.
org::xmlBlaster::util::Prop< T >::Prop | ( | const T & | value = T() , |
|
PropEnum | origin = CREATED_BY_DEFAULT | |||
) |
org::xmlBlaster::util::Prop< T >::Prop | ( | const Prop< T > & | prop | ) |
Prop& org::xmlBlaster::util::Prop< T >::operator= | ( | const Prop< T > & | prop | ) |
bool org::xmlBlaster::util::Prop< T >::setValue | ( | Property & | prop, | |
const std::string & | propName | |||
) |
Definition at line 64 of file Prop.h.
Referenced by org::xmlBlaster::util::qos::TopicProperty::setCreateDomEntry(), org::xmlBlaster::util::qos::MsgQosData::setForceDestroy(), and org::xmlBlaster::util::qos::MsgQosData::setForceUpdate().
bool org::xmlBlaster::util::Prop< T >::setValue | ( | const T & | value, | |
PropEnum | origin = CREATED_BY_DEFAULT | |||
) |
PropEnum org::xmlBlaster::util::Prop< T >::getOrigin | ( | ) | const |
T org::xmlBlaster::util::Prop< T >::getValue | ( | ) | const |
const bool org::xmlBlaster::util::Prop< T >::isModified | ( | ) | const |