#include <ScalarIdentifiers.hpp>
Inheritance diagram for corelinux::ScalarIdentifier::

Public Methods | |
| ScalarIdentifier (void) | |
| Default constructor. | |
| ScalarIdentifier (ScalarType aType) | |
| Initializing constructor. | |
| ScalarIdentifier (const ScalarIdentifier &aScalar) | |
| Copy constructor. | |
| virtual | ~ScalarIdentifier (void) |
| Virtual Destructor. | |
| ScalarType& | operator= (ScalarType aScalar) |
| Operator assignment for scalars. | |
| ScalarIdentifier& | operator= (const ScalarIdentifier &aScalar) |
| Operator assignment of Identifiers. | |
| operator ScalarType & (void) | |
| Reference cast operator. | |
| operator ScalarType * (void) | |
| Pointer cast operator. | |
| const ScalarType& | getScalar (void) const |
| Returns a const reference. | |
Protected Methods | |
| virtual bool | isEqual (IdentifierCref aRef) const |
| Equality method. More... | |
| virtual bool | isLessThan (IdentifierCref aRef) const |
| Less than method. More... | |
| virtual bool | isLessThanOrEqual (IdentifierCref aRef) const |
| Less than or equal method. More... | |
| virtual bool | isGreaterThan (IdentifierCref aRef) const |
| Greater than method. More... | |
| virtual bool | isGreaterThanOrEqual (IdentifierCref aRef) const |
| Greater than or equal method. More... | |
examp13.cpp, examp14.cpp, examp15.cpp, and examp22.cpp.
|
||||
|
Equality method.
Reimplemented from corelinux::Identifier. |
|
||||
|
Greater than method.
Reimplemented from corelinux::Identifier. |
|
||||
|
Greater than or equal method.
Reimplemented from corelinux::Identifier. |
|
||||
|
Less than method.
Reimplemented from corelinux::Identifier. |
|
||||
|
Less than or equal method.
Reimplemented from corelinux::Identifier. |