DecoratorInterface Class Reference

#include <decorator.h>

Inheritance diagram for DecoratorInterface:

详细描述

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")

成员函数文档编制

◆  MAXON_INTERFACE()

MAXON_INTERFACE ( DecoratorInterface   ,
MAXON_REFERENCE_NORMAL   ,
"net.maxon.interface.decorator"   
)
private

◆  PrivateGetDecoratedObject()

MAXON_METHOD ObjectRef PrivateGetDecoratedObject ( ) const
返回
The decorated object. @MAXON_ANNOTATION{refclass=false}

◆  GetDecoratedObject()

MAXON_FUNCTION ObjectBaseRef <INTERFACE> GetDecoratedObject ( ) const
返回
The decorated object. @MAXON_ANNOTATION{interfaceParameter=INTERFACE}