C++ features by examples
|
is a opaque wrapper with same as wrapped object Interface More...
Public Member Functions | |
Proxy (Interface &o) | |
int | method () override |
Public Member Functions inherited from Interface | |
virtual int | method ()=0 |
virtual | ~Interface ()=default |
is a opaque wrapper with same as wrapped object Interface
Definition at line 328 of file patterns.cpp.
|
inline |
Definition at line 332 of file patterns.cpp.
|
inlineoverridevirtual |
Implements Interface.
Definition at line 333 of file patterns.cpp.