#include <BridgeFn.hh>
|
| PropertyBridgeFn () |
|
| PropertyBridgeFn (TypeFn _fun, const char *_identity="FN_BRIDGE") |
|
| PropertyBridgeFn (TypeFn _fun, Nice::I64 _id, const char *_identity="FN_BRIDGE") |
|
virtual | ~PropertyBridgeFn () |
|
virtual const std::string & | identity () |
|
virtual const std::string & | type () |
|
virtual std::string | toString () const |
| serialize to a string. More...
|
|
virtual void | set (Nice::CompletionState _cs, const Nice::Any &_val, Nice::I64 _setterId, const Nice::DateVar &_date) |
|
| PropertyBridgeFn () |
|
| PropertyBridgeFn (TypeFn _fun, const char *_identity="FN_BRIDGE") |
|
| PropertyBridgeFn (TypeFn _fun, Nice::I64 _id, const char *_identity="FN_BRIDGE") |
|
virtual | ~PropertyBridgeFn () |
|
virtual const std::string & | identity () |
|
virtual const std::string & | type () |
|
virtual std::string | toString () const |
| serialize to a string. More...
|
|
virtual void | set (Nice::CompletionState _cs, const Nice::Any &_val, Nice::I64 _setterId, const Nice::DateVar &_date) |
|
| PropertyBridge () |
| Constructor. More...
|
|
virtual | ~PropertyBridge () |
| Destructor. More...
|
|
virtual void | init (const PropertyPtr &_property) |
| Initializer, called by the Property when it is applied. More...
|
|
virtual void | disconnect () |
| Abstract function to connect an instance of THIS bridge to another bridge. More...
|
|
| PropertyBridge () |
| Constructor. More...
|
|
virtual | ~PropertyBridge () |
| Destructor. More...
|
|
virtual void | init (const PropertyPtr &_property) |
| Initializer, called by the Property when it is applied. More...
|
|
virtual void | disconnect () |
| Abstract function to connect an instance of THIS bridge to another bridge. More...
|
|
◆ PropertyBridgeFn() [1/6]
template<typename Type , typename TypeFn = void ( * ) ( const Type & )>
◆ PropertyBridgeFn() [2/6]
template<typename Type , typename TypeFn = void ( * ) ( const Type & )>
◆ PropertyBridgeFn() [3/6]
template<typename Type , typename TypeFn = void ( * ) ( const Type & )>
◆ ~PropertyBridgeFn() [1/2]
template<typename Type , typename TypeFn = void ( * ) ( const Type & )>
◆ PropertyBridgeFn() [4/6]
template<typename Type , typename TypeFn = void ( * ) ( const Type & )>
◆ PropertyBridgeFn() [5/6]
template<typename Type , typename TypeFn = void ( * ) ( const Type & )>
◆ PropertyBridgeFn() [6/6]
template<typename Type , typename TypeFn = void ( * ) ( const Type & )>
◆ ~PropertyBridgeFn() [2/2]
template<typename Type , typename TypeFn = void ( * ) ( const Type & )>
◆ identity() [1/2]
template<typename Type , typename TypeFn = void ( * ) ( const Type & )>
◆ identity() [2/2]
template<typename Type , typename TypeFn = void ( * ) ( const Type & )>
◆ set() [1/2]
template<typename Type , typename TypeFn = void ( * ) ( const Type & )>
◆ set() [2/2]
template<typename Type , typename TypeFn = void ( * ) ( const Type & )>
◆ toString() [1/2]
template<typename Type , typename TypeFn = void ( * ) ( const Type & )>
◆ toString() [2/2]
template<typename Type , typename TypeFn = void ( * ) ( const Type & )>
◆ type() [1/2]
template<typename Type , typename TypeFn = void ( * ) ( const Type & )>
◆ type() [2/2]
template<typename Type , typename TypeFn = void ( * ) ( const Type & )>
◆ m_fun
template<typename Type , typename TypeFn = void ( * ) ( const Type & )>
◆ m_id
template<typename Type , typename TypeFn = void ( * ) ( const Type & )>
◆ m_identity
template<typename Type , typename TypeFn = void ( * ) ( const Type & )>
The documentation for this class was generated from the following file: