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

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 | |
| FrameworkString ( void ) | |
| All FrameworkString derivations require a public default constructor for instantiation via the class factory (MetaType). | |
| FrameworkString ( FrameworkStringCref ) | |
| Copy constructor. More... | |
| FrameworkString ( CharCptr ) | |
| Value constructor. More... | |
| virtual | ~FrameworkString ( void ) |
| Virtual destructor. | |
Operator overloads | |
| bool | operator== ( FrameworkStringCref ) const |
| Equality operator. More... | |
| bool | operator== ( CharCptr ) const |
| Equality operator. More... | |
| FrameworkStringRef | operator= ( FrameworkStringCref ) |
| Assignment operator. More... | |
| FrameworkStringRef | operator= ( CharCptr ) |
| Assignment operator. More... | |
| FrameworkStringRef | operator+= ( FrameworkStringCref ) |
| Concat operators for class. More... | |
| FrameworkStringRef | operator+= ( CharCptr ) |
| Concat operator for char pointer. More... | |
Data members for Meta access | |
| DECLARE_INSTANCEDATA ( CharPtr, Value ) | |
Static Public Methods | |
| MetaTypeCptr | getTypeDescriptor ( void ) |
| get the type descriptor. More... | |
| FrameworkStringPtr ( void ) | |
| 1 a new instance of FrameworkString. More... | |
| void ( FrameworkStringPtr aPointer ) | |
1 a point of FrameworkString
| |
|
|
All FrameworkString derivations require a public default constructor for instantiation via the class factory (MetaType).
|
|
|
Copy constructor.
|
|
|
Value constructor.
|
|
|
Virtual destructor.
|
|
|
|
|
|
1 a new instance of FrameworkString.
|
|
|
get the type.
Reimplemented from corelinux::FrameworkEntity. |
|
|
get the type descriptor.
Reimplemented from corelinux::FrameworkEntity. |
|
|
redefine the operator delete[]
|
|
|
redefine the operator new[]
Reimplemented from corelinux::FrameworkEntity. |
|
|
Concat operator for char pointer.
|
|
|
Concat operators for class.
|
|
|
Assignment operator.
|
|
|
Assignment operator.
|
|
|
Equality operator.
|
|
|
Equality operator.
|
|
|
1 a point of FrameworkString
|