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

corelinux::UnsignedNumber Class Reference

#include <UnsignedNumber.hpp>

Inheritance diagram for corelinux::UnsignedNumber:

corelinux::Number corelinux::FrameworkEntity corelinux::UnsignedInteger 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
 UnsignedNumber ( void )
 All UnsignedNumber derivations require a public default constructor for instantiation via the class factory (MetaType).

virtual ~UnsignedNumber ( void )
 Virtual destructor.

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

UnsignedNumberRef operator= ( UnsignedNumberCref )
 Assignment operator. More...


Static Public Methods

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

 UnsignedNumberPtr ( void )
 1 a new instance of UnsignedNumber. More...

 void ( UnsignedNumberPtr aPointer )
 1 a point of UnsignedNumber


Detailed Description

Represents the subset of Numbers that are unsigned


Constructor & Destructor Documentation

corelinux::UnsignedNumber::UnsignedNumber ( void )
 

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

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

Virtual destructor.


Member Function Documentation

corelinux::UnsignedNumber::UnsignedNumberPtr ( void ) [static]
 

1 a new instance of UnsignedNumber.

Returns:
a pointer to UnsignedNumber

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

get the type.

Returns:
a const pointer to the MetaType

Reimplemented from corelinux::Number.

Reimplemented in corelinux::UnsignedInteger, and corelinux::UnsignedShortInteger.

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

get the type descriptor.

Returns:
a const pointer to the MetaType

Reimplemented from corelinux::Number.

Reimplemented in corelinux::UnsignedInteger, and corelinux::UnsignedShortInteger.

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

redefine the operator delete[]

  • aVoidPtr the pointer to delete.

Reimplemented from corelinux::Number.

Reimplemented in corelinux::UnsignedInteger, and corelinux::UnsignedShortInteger.

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

redefine the operator new[]

  • aSize.

Returns:
a VoidPtr

Reimplemented from corelinux::Number.

Reimplemented in corelinux::UnsignedInteger, and corelinux::UnsignedShortInteger.

UnsignedNumberRef corelinux::UnsignedNumber::operator= ( UnsignedNumberCref )
 

Assignment operator.

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

Reimplemented in corelinux::UnsignedInteger, corelinux::UnsignedInteger, and corelinux::UnsignedShortInteger.

bool corelinux::UnsignedNumber::operator== ( UnsignedNumberCref aUnsignedNumber ) const
 

Equality operator.

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

corelinux::UnsignedNumber::void ( UnsignedNumberPtr aPointer ) [static]
 

1 a point of UnsignedNumber


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