|
commore
1.0.6-SNAPSHOT
|
Inheritance diagram for SHMSender:Public Member Functions | |
| SHMSender (const char *name, size_t size) | |
| bool | is_connected () |
| ~SHMSender () | |
| int | call (const Tuple &inReq, Tuple &outReq) |
| bool | is_ok () |
Public Member Functions inherited from commore::Sender | |
| Sender () | |
| virtual | ~Sender () |
| const AString & | get_address () const |
Public Member Functions inherited from commore::RefObject | |
| 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 Public Member Functions inherited from commore::Sender | |
| static const AChar * | factory_name () |
Static Public Member Functions inherited from commore::RefObject | |
| 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 () |
Protected Attributes inherited from commore::Sender | |
| 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.