TwiceAsNice  2019-02-18
Public Member Functions | Protected Attributes | Private Types | List of all members
Nice::PropertyBridgeOneHitWonderMemFn< TypeClass > Class Template Reference

#include <BridgeOneHitWonderMemFn.hh>

Inheritance diagram for Nice::PropertyBridgeOneHitWonderMemFn< TypeClass >:
Inheritance graph
Collaboration diagram for Nice::PropertyBridgeOneHitWonderMemFn< TypeClass >:
Collaboration graph

Public Member Functions

 PropertyBridgeOneHitWonderMemFn (TypeClass *_object, TypeMemFn _member)
 
virtual ~PropertyBridgeOneHitWonderMemFn ()
 
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, const Nice::Any &, Nice::I64, const Nice::DateVar &)
 Abstract function is called from local Property if a Property value has changed. More...
 
 PropertyBridgeOneHitWonderMemFn (TypeClass *_object, TypeMemFn _member)
 
virtual ~PropertyBridgeOneHitWonderMemFn ()
 
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, const Nice::Any &, Nice::I64, const Nice::DateVar &)
 Abstract function is called from local Property if a Property value has changed. More...
 
- Public Member Functions inherited from Nice::PropertyBridge
 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...
 

Protected Attributes

std::string m_identity
 
TypeClass * m_object
 
TypeMemFn m_member
 
- Protected Attributes inherited from Nice::PropertyBridge
Nice::Propertym_property
 

Private Types

typedef void(TypeClass::* TypeMemFn) ()
 
typedef void(TypeClass::* TypeMemFn) ()
 

Member Typedef Documentation

◆ TypeMemFn [1/2]

template<typename TypeClass >
typedef void( TypeClass::* Nice::PropertyBridgeOneHitWonderMemFn< TypeClass >::TypeMemFn) ()
private

◆ TypeMemFn [2/2]

template<typename TypeClass >
typedef void( TypeClass::* Nice::PropertyBridgeOneHitWonderMemFn< TypeClass >::TypeMemFn) ()
private

Constructor & Destructor Documentation

◆ PropertyBridgeOneHitWonderMemFn() [1/2]

template<typename TypeClass >
Nice::PropertyBridgeOneHitWonderMemFn< TypeClass >::PropertyBridgeOneHitWonderMemFn ( TypeClass *  _object,
TypeMemFn  _member 
)
inline

◆ ~PropertyBridgeOneHitWonderMemFn() [1/2]

template<typename TypeClass >
virtual Nice::PropertyBridgeOneHitWonderMemFn< TypeClass >::~PropertyBridgeOneHitWonderMemFn ( )
inlinevirtual
Parameters

◆ PropertyBridgeOneHitWonderMemFn() [2/2]

template<typename TypeClass >
Nice::PropertyBridgeOneHitWonderMemFn< TypeClass >::PropertyBridgeOneHitWonderMemFn ( TypeClass *  _object,
TypeMemFn  _member 
)
inline

◆ ~PropertyBridgeOneHitWonderMemFn() [2/2]

template<typename TypeClass >
virtual Nice::PropertyBridgeOneHitWonderMemFn< TypeClass >::~PropertyBridgeOneHitWonderMemFn ( )
inlinevirtual
Parameters

Member Function Documentation

◆ identity() [1/2]

template<typename TypeClass >
virtual const std::string& Nice::PropertyBridgeOneHitWonderMemFn< TypeClass >::identity ( )
inlinevirtual
Parameters

Implements Nice::PropertyBridge.

◆ identity() [2/2]

template<typename TypeClass >
virtual const std::string& Nice::PropertyBridgeOneHitWonderMemFn< TypeClass >::identity ( )
inlinevirtual
Parameters

Implements Nice::PropertyBridge.

◆ set() [1/2]

template<typename TypeClass >
virtual void Nice::PropertyBridgeOneHitWonderMemFn< TypeClass >::set ( Nice::CompletionState  ,
const Nice::Any ,
Nice::I64  _setterId,
const Nice::DateVar _date 
)
inlinevirtual

Abstract function is called from local Property if a Property value has changed.

Implements Nice::PropertyBridge.

◆ set() [2/2]

template<typename TypeClass >
virtual void Nice::PropertyBridgeOneHitWonderMemFn< TypeClass >::set ( Nice::CompletionState  ,
const Nice::Any ,
Nice::I64  _setterId,
const Nice::DateVar _date 
)
inlinevirtual

Abstract function is called from local Property if a Property value has changed.

Implements Nice::PropertyBridge.

◆ toString() [1/2]

template<typename TypeClass >
virtual std::string Nice::PropertyBridgeOneHitWonderMemFn< TypeClass >::toString ( ) const
inlinevirtual

serialize to a string.

Parameters

Implements Nice::PropertyBridge.

◆ toString() [2/2]

template<typename TypeClass >
virtual std::string Nice::PropertyBridgeOneHitWonderMemFn< TypeClass >::toString ( ) const
inlinevirtual

serialize to a string.

Parameters

Implements Nice::PropertyBridge.

◆ type() [1/2]

template<typename TypeClass >
virtual const std::string& Nice::PropertyBridgeOneHitWonderMemFn< TypeClass >::type ( )
inlinevirtual
Parameters

Implements Nice::PropertyBridge.

◆ type() [2/2]

template<typename TypeClass >
virtual const std::string& Nice::PropertyBridgeOneHitWonderMemFn< TypeClass >::type ( )
inlinevirtual
Parameters

Implements Nice::PropertyBridge.

Member Data Documentation

◆ m_identity

template<typename TypeClass >
std::string Nice::PropertyBridgeOneHitWonderMemFn< TypeClass >::m_identity
protected

◆ m_member

template<typename TypeClass >
TypeMemFn Nice::PropertyBridgeOneHitWonderMemFn< TypeClass >::m_member
protected

◆ m_object

template<typename TypeClass >
TypeClass * Nice::PropertyBridgeOneHitWonderMemFn< TypeClass >::m_object
protected

The documentation for this class was generated from the following file: