#include <BridgeP2P.h>
|
| PropertyBridgeP2P () |
|
| PropertyBridgeP2P (const Nice::PropertyPtr &_property, const char *_type="P2P_BRIDGE") |
|
virtual | ~PropertyBridgeP2P () |
|
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) |
| Abstract function is called from local Property if a Property value has changed. More...
|
|
| PropertyBridgeP2P () |
|
| PropertyBridgeP2P (const Nice::PropertyPtr &_property, const char *_type="P2P_BRIDGE") |
|
virtual | ~PropertyBridgeP2P () |
|
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) |
| Abstract function is called from local Property if a Property value has changed. 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...
|
|
| 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...
|
|
◆ PropertyBridgeP2P() [1/4]
Nice::PropertyBridgeP2P::PropertyBridgeP2P |
( |
| ) |
|
|
inline |
◆ PropertyBridgeP2P() [2/4]
◆ ~PropertyBridgeP2P() [1/2]
virtual Nice::PropertyBridgeP2P::~PropertyBridgeP2P |
( |
| ) |
|
|
inlinevirtual |
◆ PropertyBridgeP2P() [3/4]
Nice::PropertyBridgeP2P::PropertyBridgeP2P |
( |
| ) |
|
|
inline |
◆ PropertyBridgeP2P() [4/4]
◆ ~PropertyBridgeP2P() [2/2]
virtual Nice::PropertyBridgeP2P::~PropertyBridgeP2P |
( |
| ) |
|
|
inlinevirtual |
◆ identity() [1/2]
virtual const std::string& Nice::PropertyBridgeP2P::identity |
( |
| ) |
|
|
inlinevirtual |
◆ identity() [2/2]
virtual const std::string& Nice::PropertyBridgeP2P::identity |
( |
| ) |
|
|
inlinevirtual |
◆ set() [1/2]
◆ set() [2/2]
◆ toString() [1/2]
virtual std::string Nice::PropertyBridgeP2P::toString |
( |
| ) |
const |
|
inlinevirtual |
◆ toString() [2/2]
virtual std::string Nice::PropertyBridgeP2P::toString |
( |
| ) |
const |
|
inlinevirtual |
◆ type() [1/2]
virtual const std::string& Nice::PropertyBridgeP2P::type |
( |
| ) |
|
|
inlinevirtual |
◆ type() [2/2]
virtual const std::string& Nice::PropertyBridgeP2P::type |
( |
| ) |
|
|
inlinevirtual |
◆ m_identity
std::string Nice::PropertyBridgeP2P::m_identity |
|
protected |
◆ m_property
◆ m_type
std::string Nice::PropertyBridgeP2P::m_type |
|
protected |
The documentation for this class was generated from the following files: