#include <decorator.h>
This interface is implemented by decorator classes which forward calls to the base object.
公共成员函数 |
|
| MAXON_METHOD ObjectRef | PrivateGetDecoratedObject () const |
| template<typename INTERFACE > | |
| MAXON_FUNCTION ObjectBaseRef < INTERFACE > | GetDecoratedObject () const |
私有成员函数 |
|
| MAXON_INTERFACE ( DecoratorInterface , MAXON_REFERENCE_NORMAL , "net.maxon.interface.decorator") | |
|
private |
| MAXON_METHOD ObjectRef PrivateGetDecoratedObject | ( | ) | const |
| MAXON_FUNCTION ObjectBaseRef <INTERFACE> GetDecoratedObject | ( | ) | const |