| ★ wanayoo — archive 1999 http://corelinux.sourceforge.net/classref/Adapter.html | Nouvelle recherche | Portail wanayoo |
An Adapter converts the interface of a class into another interface that clients expect.
An Adapter converts the interface of a class into another interface that clients expect. 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.
Adapter( AdapterCref )
virtual ~Adapter( void )
AdapterRef operator=( AdapterCref )
bool operator==( AdapterCref ) const
bool operator!=( AdapterCref ) const