![]() |
ATLAS Offline Software
|
#include <IAthenaIPCTool.h>
Public Member Functions | |
| DeclareInterfaceID (IAthenaIPCTool, 1, 0) | |
| virtual StatusCode | makeServer (int num, const std::string &streamPortSuffix)=0 |
| virtual bool | isServer () const =0 |
| virtual StatusCode | makeClient (int num, std::string &streamPortSuffix)=0 |
| virtual bool | isClient () const =0 |
| virtual StatusCode putEvent | ATLAS_NOT_THREAD_SAFE (long eventNumber, const void *source, size_t nbytes, unsigned int status) const =0 |
| virtual StatusCode | getLockedEvent (void **target, unsigned int &status) const =0 |
| virtual StatusCode | lockEvent (long eventNumber) const =0 |
| virtual StatusCode | putObject (const void *source, size_t nbytes, int num=0)=0 |
| virtual StatusCode | getObject (void **target, size_t &nbytes, int num=0)=0 |
| virtual StatusCode | clearObject (const char **tokenString, int &num)=0 |
| virtual StatusCode | lockObject (const char *tokenString, int num=0)=0 |
Definition at line 14 of file IAthenaIPCTool.h.
|
pure virtual |
|
pure virtual |
| IAthenaIPCTool::DeclareInterfaceID | ( | IAthenaIPCTool | , |
| 1 | , | ||
| 0 | ) |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |