#include <Flyweight.hpp>
Inheritance diagram for corelinux::Flyweight::
Public Methods | |
Flyweight (void) | |
Default Constructor. | |
Flyweight (FlyweightCref) | |
Copy constructor. More... | |
virtual | ~Flyweight (void) |
Virtual Destructor. | |
FlyweightRef | operator= (FlyweightCref) |
Assignment operator overload. More... | |
bool | operator== (FlyweightCref) const |
Equality operator overload. More... |
|
Copy constructor.
|
|
Assignment operator overload.
|
|
Equality operator overload.
|