|
ACF $AcfVersion:0$
|
Pointer to component attribute. More...
#include <TMultiAttributeMember.h>
Public Types | |
| typedef Attribute | AttributeType |
| typedef Attribute::ValueType | AttributeValueType |
| typedef void | InterfaceType |
Public Member Functions | |
| TMultiAttributeMember () | |
| void | Init (const IComponent *ownerPtr, const IRealAttributeStaticInfo &staticInfo) |
| Internal initialize of attribute. | |
| bool | IsValid () const |
| Check if this attribute is valid. | |
| int | GetCount () const |
| Get number of attributes. | |
| const AttributeValueType & | operator[] (int index) const |
| Access to object pointed by internal pointer. | |
| int | FindValue (const AttributeValueType &value) const |
| Find attribute value. | |
Protected Member Functions | |
| bool | InitInternal (const IComponent *ownerPtr, const IRealAttributeStaticInfo &staticInfo, const IComponent **definitionComponentPtr) |
Pointer to component attribute.
Definition at line 20 of file TMultiAttributeMember.h.
| typedef Attribute icomp::TMultiAttributeMember< Attribute >::AttributeType |
Definition at line 23 of file TMultiAttributeMember.h.
| typedef Attribute::ValueType icomp::TMultiAttributeMember< Attribute >::AttributeValueType |
Definition at line 24 of file TMultiAttributeMember.h.
| typedef void icomp::TMultiAttributeMember< Attribute >::InterfaceType |
Definition at line 25 of file TMultiAttributeMember.h.
| icomp::TMultiAttributeMember< Attribute >::TMultiAttributeMember | ( | ) |
Definition at line 74 of file TMultiAttributeMember.h.
| int icomp::TMultiAttributeMember< Attribute >::FindValue | ( | const AttributeValueType & | value | ) | const |
Find attribute value.
Definition at line 121 of file TMultiAttributeMember.h.
References NULL.
| int icomp::TMultiAttributeMember< Attribute >::GetCount | ( | ) | const |
| void icomp::TMultiAttributeMember< Attribute >::Init | ( | const IComponent * | ownerPtr, |
| const IRealAttributeStaticInfo & | staticInfo | ||
| ) |
Internal initialize of attribute.
| ownerPtr | pointer to parent component of this attribute. |
| staticInfo | static info structure creating this attribute. |
| definitionComponentPtr | optional pointer will be set with pointer to component defining this attribute. If this attribute was exported it will differ from parent component. |
Definition at line 81 of file TMultiAttributeMember.h.
References NULL.
|
protected |
Definition at line 134 of file TMultiAttributeMember.h.
References icomp::IRealAttributeStaticInfo::GetAttributeId(), icomp::IComponent::GetComponentContext(), icomp::IComponent::GetParentComponent(), and NULL.
| bool icomp::TMultiAttributeMember< Attribute >::IsValid | ( | ) | const |
Check if this attribute is valid.
Definition at line 90 of file TMultiAttributeMember.h.
References NULL.
| const TMultiAttributeMember< Attribute >::AttributeValueType & icomp::TMultiAttributeMember< Attribute >::operator[] | ( | int | index | ) | const |
Access to object pointed by internal pointer.
Definition at line 109 of file TMultiAttributeMember.h.
References NULL.