#include <UserType.hpp>
Inheritance diagram for UserType:

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[]
| |
| UserType ( void ) | |
| Default constructor. | |
| UserType ( UserTypeCref ) | |
| Copy constructor. More... | |
| virtual | ~UserType ( void ) |
| Virtual destructor. | |
| UserTypeRef | operator= ( UserTypeCref ) |
| Assignment operator. More... | |
| bool | operator== ( UserTypeCref ) const |
| Equality operator. More... | |
| void | addToAccumulator ( corelinux::UnsignedShortIntegerCref ) |
| Adds the value of the unsigned short to the accumulator. More... | |
| DECLARE_INSTANCEDATA ( corelinux::UnsignedIntegerPtr , Accumulator ) | |
| Declare the attribute Accumulator as type UnsignedIntegerPtr. | |
Static Public Methods | |
| MetaTypeCptr | getTypeDescriptor ( void ) |
| get the type descriptor. More... | |
| UserTypePtr ( void ) | |
| 1 a new instance of UserType. More... | |
| void ( UserTypePtr aPointer ) | |
1 a point of UserType
| |
|
|
Default constructor.
|
|
|
Copy constructor.
|
|
|
Virtual destructor.
|
|
|
Declare the attribute Accumulator as type UnsignedIntegerPtr.
|
|
|
1 a new instance of UserType.
|
|
|
Adds the value of the unsigned short to the accumulator.
|
|
|
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.
|
|
|
Equality operator.
|
|
|
1 a point of UserType
|