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

corelinux::LibraryType Class Reference

LibraryType enables identification of Loaders based on type. More...

#include <LibraryType.hpp>

Inheritance diagram for corelinux::LibraryType:

corelinux::Aggregate corelinux::FrameworkEntity 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.


 LibraryType ( void )
 Default constructor not allowed.

 LibraryType ( LibraryTypeCref )
 Copy constructor.

virtual ~LibraryType ( void )
 Virtual Destructor.

bool operator== ( LibraryTypeCref ) const
 Equality operator.

LibraryTypeRef operator= ( LibraryTypeCref )
 Assignment operator.


Static Public Methods

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

 LibraryTypePtr ( void )
 1 a new instance of LibraryType. More...

 void ( LibraryTypePtr aPointer )
 1 a point of LibraryType


Detailed Description

LibraryType enables identification of Loaders based on type.


Constructor & Destructor Documentation

corelinux::LibraryType::LibraryType ( void )
 

Default constructor not allowed.

corelinux::LibraryType::LibraryType ( LibraryTypeCref aType )
 

Copy constructor.

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

Virtual Destructor.


Member Function Documentation

corelinux::LibraryType::LibraryTypePtr ( void ) [static]
 

1 a new instance of LibraryType.

Returns:
a pointer to LibraryType

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

get the type.

Returns:
a const pointer to the MetaType

Reimplemented from corelinux::Aggregate.

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

get the type descriptor.

Returns:
a const pointer to the MetaType

Reimplemented from corelinux::Aggregate.

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

redefine the operator delete[]

  • aVoidPtr the pointer to delete.

Reimplemented from corelinux::Aggregate.

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

redefine the operator new[]

  • aSize.

Returns:
a VoidPtr

Reimplemented from corelinux::Aggregate.

LibraryTypeRef corelinux::LibraryType::operator= ( LibraryTypeCref )
 

Assignment operator.

bool corelinux::LibraryType::operator== ( LibraryTypeCref aLibraryType ) const
 

Equality operator.

corelinux::LibraryType::void ( LibraryTypePtr aPointer ) [static]
 

1 a point of LibraryType


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