#include <ShortInteger.hpp>
Inheritance diagram for corelinux::ShortInteger:

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[]
| |
Constructor and destructor | |
| ShortInteger ( void ) | |
| All ShortInteger derivations require a public default constructor for instantiation via the class factory (MetaType). | |
| ShortInteger ( ShortIntegerCref ) | |
| Constructor with value. More... | |
| ShortInteger ( ShortCref ) | |
| Constructor with value. More... | |
| virtual | ~ShortInteger ( void ) |
| Virtual destructor. | |
Operator overloads | |
| bool | operator== ( ShortIntegerCref ) const |
| Value equality operator. More... | |
| bool | operator== ( ShortCref ) const |
| Value equality operator. More... | |
| ShortIntegerRef | operator= ( ShortIntegerCref ) |
| Value assignment operator. More... | |
| ShortIntegerRef | operator= ( ShortCref ) |
| Value assignment operator. More... | |
Data members for Meta access | |
| DECLARE_INSTANCEDATA_FROMBASE (Short,Value,Int,Integer) | |
Static Public Methods | |
| MetaTypeCptr | getTypeDescriptor ( void ) |
| get the type descriptor. More... | |
| ShortIntegerPtr ( void ) | |
| 1 a new instance of ShortInteger. More... | |
| void ( ShortIntegerPtr aPointer ) | |
1 a point of ShortInteger
| |
|
|
All ShortInteger derivations require a public default constructor for instantiation via the class factory (MetaType).
|
|
|
Constructor with value.
|
|
|
Constructor with value.
|
|
|
Virtual destructor.
|
|
|
|
|
|
1 a new instance of ShortInteger.
|
|
|
get the type.
Reimplemented from corelinux::Integer. |
|
|
get the type descriptor.
Reimplemented from corelinux::Integer. |
|
|
redefine the operator delete[]
Reimplemented from corelinux::Integer. |
|
|
redefine the operator new[]
Reimplemented from corelinux::Integer. |
|
|
Value assignment operator.
Reimplemented from corelinux::SignedNumber. |
|
|
Value assignment operator.
Reimplemented from corelinux::SignedNumber. |
|
|
Value equality operator.
|
|
|
Value equality operator.
|
|
|
1 a point of ShortInteger
|