This is the complete list of members for property< T >, including all inherited members.
AttachProperties(const ucom::ant::iobject_ptr< IProperties > &pAttachedProperties) override | cPropertyBase | virtual |
cPropertyBase() (defined in cPropertyBase) | cPropertyBase | protected |
DetachProperties() override | cPropertyBase | virtual |
GetAttachedProperties(IProperty &oProperty) const override | cPropertyBase | virtual |
GetName(IString &&strName) const override (defined in cPropertyBase) | cPropertyBase | virtual |
GetProperties(ucom::ant::iobject_ptr< IProperties > &pSubProperties) override | cPropertyBase | virtual |
GetProperties(ucom::ant::iobject_ptr< const IProperties > &pSubProperties) const override | cPropertyBase | virtual |
GetValue() const (defined in property< T >) | property< T > | inlinevirtual |
GetValue() (defined in property< T >) | property< T > | inlinevirtual |
GetValueT() const | property< T > | inline |
HasAttachedProperties() const override (defined in cPropertyBase) | cPropertyBase | virtual |
HasProperties() const override (defined in cPropertyBase) | cPropertyBase | virtual |
m_oValue | property< T > | private |
m_poAttachedProperties (defined in cPropertyBase) | cPropertyBase | protected |
m_poSubProperties (defined in cPropertyBase) | cPropertyBase | mutableprotected |
m_strName (defined in cPropertyBase) | cPropertyBase | protected |
operator=(const property &oValue) | property< T > | inline |
operator=(property &&oProperty) | property< T > | inline |
operator=(const T &oValue) | property< T > | inline |
operator==(const property &oProperty) const | property< T > | inline |
operator==(const T &oValue) const | property< T > | inline |
property() | property< T > | inline |
property(const property &oProperty) | property< T > | inline |
property(property &&oProperty) | property< T > | inline |
property(const adtf_util::cString &strName, const T &oValue) | property< T > | inline |
property(std_string_helper, std::string_view strName) | property< T > | inline |
property(const T &oValue) | property< T > | inline |
Set(const property &oProperty) | property< T > | inline |
Set(const IProperty &oProp) (defined in property< T >) | property< T > | inlinevirtual |
SetName(const IString &strName) override (defined in cPropertyBase) | cPropertyBase | virtual |
SetProperties(const IProperties &oProperties) override | cPropertyBase | virtual |
SetValue(const IPropertyValue &oValue) (defined in property< T >) | property< T > | inlinevirtual |
~cPropertyBase() override (defined in cPropertyBase) | cPropertyBase | protectedvirtual |
~IProperty()=default (defined in IProperty) | IProperty | virtual |
~property()=default | property< T > |