#include <Adapter.hpp>
Inheritance diagram for corelinux::Adapter::
Public Methods | |
Adapter (void) | |
Default Constructor. | |
Adapter (AdapterCref) | |
Copy Constructor. More... | |
virtual | ~Adapter (void) |
Virtual Destructor. | |
AdapterRef | operator= (AdapterCref) |
Assignment operator overload. More... | |
bool | operator== (AdapterCref) const |
Equality operator overload. More... | |
bool | operator!= (AdapterCref) const |
Non-equality operator overload. More... |
This allows classes work together that couldn't otherwise because of the incompatible interfaces. Sometimes a toolkit class that's designed for reuse isn't reusable only because its interface doesn't match the domain specific interface an application requires.
|
Copy Constructor.
|
|
Non-equality operator overload.
|
|
Assignment operator overload.
|
|
Equality operator overload.
|