#include <ScalarIdentifiers.hpp>
Inheritance diagram for corelinux::ScalarIdentifier< ScalarType >:
Public Member Functions | |
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 Member Functions | |
virtual bool | isEqual (IdentifierCref aRef) const |
Equality method. | |
virtual bool | isLessThan (IdentifierCref aRef) const |
Less than method. | |
virtual bool | isLessThanOrEqual (IdentifierCref aRef) const |
Less than or equal method. | |
virtual bool | isGreaterThan (IdentifierCref aRef) const |
Greater than method. | |
virtual bool | isGreaterThanOrEqual (IdentifierCref aRef) const |
Greater than or equal method. |
virtual bool corelinux::ScalarIdentifier< ScalarType >::isEqual | ( | IdentifierCref | aRef | ) | const [inline, protected, virtual] |
Equality method.
Identifier | const reference |
Reimplemented from corelinux::Identifier.
virtual bool corelinux::ScalarIdentifier< ScalarType >::isLessThan | ( | IdentifierCref | aRef | ) | const [inline, protected, virtual] |
Less than method.
Identifier | const reference |
Reimplemented from corelinux::Identifier.
virtual bool corelinux::ScalarIdentifier< ScalarType >::isLessThanOrEqual | ( | IdentifierCref | aRef | ) | const [inline, protected, virtual] |
Less than or equal method.
Identifier | const reference |
Reimplemented from corelinux::Identifier.
virtual bool corelinux::ScalarIdentifier< ScalarType >::isGreaterThan | ( | IdentifierCref | aRef | ) | const [inline, protected, virtual] |
Greater than method.
Identifier | const reference |
Reimplemented from corelinux::Identifier.
virtual bool corelinux::ScalarIdentifier< ScalarType >::isGreaterThanOrEqual | ( | IdentifierCref | aRef | ) | const [inline, protected, virtual] |
Greater than or equal method.
Identifier | const reference |
Reimplemented from corelinux::Identifier.