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

corelinux::Schema Class Reference

Schema is an organization of concepts that model an idea. More...

#include <Schema.hpp>

Inheritance diagram for corelinux::Schema:

corelinux::Concept 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.


 Schema ( void )
 Default constructor not allowed.

 Schema ( SchemaCref )
 Copy constructor.

virtual ~Schema ( void )
 Virtual Destructor.

bool operator== ( SchemaCref ) const
 Equality operator.

SchemaRef operator= ( SchemaCref )
 Assignment operator.


Static Public Methods

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

 SchemaPtr ( void )
 1 a new instance of Schema. More...

 void ( SchemaPtr aPointer )
 1 a point of Schema


Detailed Description

Schema is an organization of concepts that model an idea.


Constructor & Destructor Documentation

corelinux::Schema::Schema ( void )
 

Default constructor not allowed.

corelinux::Schema::Schema ( SchemaCref aType )
 

Copy constructor.

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

Virtual Destructor.


Member Function Documentation

corelinux::Schema::SchemaPtr ( void ) [static]
 

1 a new instance of Schema.

Returns:
a pointer to Schema

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

get the type.

Returns:
a const pointer to the MetaType

Reimplemented from corelinux::Concept.

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

get the type descriptor.

Returns:
a const pointer to the MetaType

Reimplemented from corelinux::Concept.

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

redefine the operator delete[]

  • aVoidPtr the pointer to delete.

Reimplemented from corelinux::Concept.

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

redefine the operator new[]

  • aSize.

Returns:
a VoidPtr

Reimplemented from corelinux::Concept.

SchemaRef corelinux::Schema::operator= ( SchemaCref )
 

Assignment operator.

bool corelinux::Schema::operator== ( SchemaCref aSchema ) const
 

Equality operator.

corelinux::Schema::void ( SchemaPtr aPointer ) [static]
 

1 a point of Schema


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