#include <Attribute.hpp>
Inheritance diagram for corelinux::Attribute:
Public Methods | |
virtual MetaTypeCptr | getType ( void ) const |
get the type. More... | |
VoidPtr | operator new (size_t aSize) |
redefine the operator new[]
| |
void | operator delete (VoidPtr aVoidPtr) |
redefine the operator delete[]
| |
Attribute ( void ) | |
Default constructor not allowed. | |
Attribute ( AttributeCref ) | |
Copy constructor. | |
virtual | ~Attribute ( void ) |
Virtual Destructor. | |
bool | operator== ( AttributeCref ) const |
Equality operator. | |
AttributeRef | operator= ( AttributeCref ) |
Assignment operator. | |
_DECLARE_INSTANCEDATA_STATICS (Key) | |
Expose the name data member. | |
_DECLARE_INSTANCEDATA_STATICS (Value) | |
FrameworkEntityPtr | getKey ( void ) const |
const FrameworkEntityPtr& | getKeyAsReference ( void ) const |
const FrameworkEntityPtr* | getKeyAsPointer ( void ) const |
void* | getKeyAsVoidPtr ( void ) const |
FrameworkEntityPtr | getValue ( void ) const |
const FrameworkEntityPtr& | getValueAsReference ( void ) const |
const FrameworkEntityPtr* | getValueAsPointer ( void ) const |
void* | getValueAsVoidPtr ( void ) const |
void | setKey ( const FrameworkEntityPtr & ) |
void | setKeyFromPointer ( FrameworkEntityPtr * ) |
void | setKeyFromVPtr ( VoidPtr ) |
void | setValue ( const FrameworkEntityPtr & ) |
void | setValueFromPointer ( FrameworkEntityPtr * ) |
void | setValueFromVPtr ( VoidPtr ) |
Static Public Methods | |
MetaTypeCptr | getTypeDescriptor ( void ) |
get the type descriptor. More... | |
AttributePtr ( void ) | |
1 a new instance of Attribute. More... | |
void ( AttributePtr aPointer ) | |
1 a point of Attribute
|
The form of an attribute is generally the same as a Name Value pair (NV)
|
Default constructor not allowed.
|
|
Copy constructor.
|
|
Virtual Destructor.
|
|
1 a new instance of Attribute.
|
|
|
|
Expose the name data member.
|
|
|
|
|
|
|
|
|
|
get the type.
Reimplemented from corelinux::Aggregate. |
|
get the type descriptor.
Reimplemented from corelinux::Aggregate. |
|
|
|
|
|
|
|
|
|
redefine the operator delete[]
Reimplemented from corelinux::Aggregate. |
|
redefine the operator new[]
Reimplemented from corelinux::Aggregate. |
|
Assignment operator.
Reimplemented from corelinux::Aggregate. |
|
Equality operator.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 a point of Attribute
|