commore
1.0.6-SNAPSHOT
|
Public Member Functions | |
SHMSender (const char *name, size_t size) | |
bool | is_connected () |
~SHMSender () | |
int | call (const Tuple &inReq, Tuple &outReq) |
bool | is_ok () |
![]() | |
Sender () | |
virtual | ~Sender () |
const AString & | get_address () const |
![]() | |
RefObject () | |
virtual | ~RefObject () |
virtual void | attach () |
virtual void | release () |
virtual void | nested_attach () |
virtual void | nested_release () |
virtual void | interface_release () |
virtual void | Run () |
virtual CriticalSection * | get_cs () |
Additional Inherited Members | |
![]() | |
static const AChar * | factory_name () |
![]() | |
static AutoRefBase | auto_create () |
static AutoRefBase | auto_create (const AChar *s) |
static AutoRefBase | create () |
static AutoRefBase | create (const AChar *s) |
static AutoRefBase | bind () |
static AutoRefBase | bind (const AChar *s) |
static const AChar * | factory_name () |
![]() | |
AString | address_ |
|
inline |
|
inline |
The Call method
Reimplemented from commore::Sender.
|
inlinevirtual |
Check if a connection have been created
Reimplemented from commore::Sender.
|
inlinevirtual |
Check Sender integrity Implementation return here possible invalid state
Reimplemented from commore::Sender.