#include <Flyweight.hpp>
Public Member Functions | |
| Flyweight (void) | |
| Default Constructor. | |
| Flyweight (FlyweightCref) | |
| Copy constructor. | |
| virtual | ~Flyweight (void) |
| Virtual Destructor. | |
| FlyweightRef | operator= (FlyweightCref) |
| Assignment operator overload. | |
| bool | operator== (FlyweightCref) const |
| Equality operator overload. | |
| corelinux::Flyweight::Flyweight | ( | FlyweightCref | ) |
| FlyweightRef corelinux::Flyweight::operator= | ( | FlyweightCref | ) |
| bool corelinux::Flyweight::operator== | ( | FlyweightCref | aRef | ) | const |
Equality operator overload.
| Flyweight | const reference |