Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Examples  

corelinux::UnsignedInteger Class Reference

#include <UnsignedInteger.hpp>

Inheritance diagram for corelinux::UnsignedInteger:

corelinux::UnsignedNumber corelinux::Number corelinux::FrameworkEntity corelinux::UnsignedShortInteger List of all members.

Public Methods

virtual MetaTypeCptr getType ( void ) const
 get the type. More...

VoidPtr operator new (size_t aSize)
 redefine the operator new[]
  • aSize.
More...


void operator delete (VoidPtr aVoidPtr)
 redefine the operator delete[]
  • aVoidPtr the pointer to delete.


Constructor and destructor
 UnsignedInteger ( void )
 All UnsignedInteger derivations require a public default constructor for instantiation via the class factory (MetaType).

 UnsignedInteger ( UnsignedIntegerCref )
 Value constructor. More...

 UnsignedInteger ( UnsignedIntCref )
 Value constructor. More...

virtual ~UnsignedInteger ( void )
 Virtual destructor.

Operator overloads
bool operator== ( UnsignedIntegerCref ) const
 Equality operator. More...

bool operator== ( UnsignedIntCref ) const
 Equality operator. More...

UnsignedIntegerRef operator= ( UnsignedIntegerCref )
 Assignment operator. More...

UnsignedIntegerRef operator= ( UnsignedIntCref )
 Assignment operator. More...

Data members for Meta access
 DECLARE_INSTANCEDATA ( UnsignedInt, Value )

Static Public Methods

MetaTypeCptr getTypeDescriptor ( void )
 get the type descriptor. More...

 UnsignedIntegerPtr ( void )
 1 a new instance of UnsignedInteger. More...

 void ( UnsignedIntegerPtr aPointer )
 1 a point of UnsignedInteger


Detailed Description

Represents the subset of Numbers that are whole


Constructor & Destructor Documentation

corelinux::UnsignedInteger::UnsignedInteger ( void )
 

All UnsignedInteger derivations require a public default constructor for instantiation via the class factory (MetaType).

corelinux::UnsignedInteger::UnsignedInteger ( UnsignedIntegerCref )
 

Value constructor.

Parameters:
UnsignedInteger   const reference

corelinux::UnsignedInteger::UnsignedInteger ( UnsignedIntCref )
 

Value constructor.

Parameters:
UnsignedInt   const reference

corelinux::UnsignedInteger::~UnsignedInteger ( void ) [virtual]
 

Virtual destructor.


Member Function Documentation

corelinux::UnsignedInteger::DECLARE_INSTANCEDATA ( UnsignedInt,
Value )
 

corelinux::UnsignedInteger::UnsignedIntegerPtr ( void ) [static]
 

1 a new instance of UnsignedInteger.

Returns:
a pointer to UnsignedInteger

MetaTypeCptr corelinux::UnsignedInteger::getType ( void ) const [virtual]
 

get the type.

Returns:
a const pointer to the MetaType

Reimplemented from corelinux::UnsignedNumber.

Reimplemented in corelinux::UnsignedShortInteger.

MetaTypeCptr corelinux::UnsignedInteger::getTypeDescriptor ( void ) [static]
 

get the type descriptor.

Returns:
a const pointer to the MetaType

Reimplemented from corelinux::UnsignedNumber.

Reimplemented in corelinux::UnsignedShortInteger.

void corelinux::UnsignedInteger::operator delete ( VoidPtr aVoidPtr )
 

redefine the operator delete[]

  • aVoidPtr the pointer to delete.

Reimplemented from corelinux::UnsignedNumber.

Reimplemented in corelinux::UnsignedShortInteger.

VoidPtr corelinux::UnsignedInteger::operator new ( size_t aSize )
 

redefine the operator new[]

  • aSize.

Returns:
a VoidPtr

Reimplemented from corelinux::UnsignedNumber.

Reimplemented in corelinux::UnsignedShortInteger.

UnsignedIntegerRef corelinux::UnsignedInteger::operator= ( UnsignedIntCref )
 

Assignment operator.

Parameters:
UnsignedInt   const reference @returnm UnsignedInteger reference to (*this)

Reimplemented from corelinux::UnsignedNumber.

Reimplemented in corelinux::UnsignedShortInteger.

UnsignedIntegerRef corelinux::UnsignedInteger::operator= ( UnsignedIntegerCref )
 

Assignment operator.

Parameters:
UnsignedInteger   const reference @returnm UnsignedInteger reference to (*this)

Reimplemented from corelinux::UnsignedNumber.

Reimplemented in corelinux::UnsignedShortInteger.

bool corelinux::UnsignedInteger::operator== ( UnsignedIntCref ) const
 

Equality operator.

Parameters:
UnsignedInt   const reference
Returns:
bool true if the same object value

Reimplemented in corelinux::UnsignedShortInteger.

bool corelinux::UnsignedInteger::operator== ( UnsignedIntegerCref ) const
 

Equality operator.

Parameters:
UnsignedInteger   const reference
Returns:
bool true if the same object instance

Reimplemented in corelinux::UnsignedShortInteger.

corelinux::UnsignedInteger::void ( UnsignedIntegerPtr aPointer ) [static]
 

1 a point of UnsignedInteger


The documentation for this class was generated from the following file:
This is the CoreLinux++ Framework reference manual
Provided by The CoreLinux Consortium