asynchronous strand search response More...
#include <StrandSearch.h>

Public Member Functions | |
StrandSearchResponse (const StrandCoord &strand) | |
StrandSearchResponse (const TypedMsgHdr &hdrMsg) | |
from recvmsg() More... | |
void | pack (TypedMsgHdr &hdrMsg) const |
prepare for sendmsg() More... | |
Public Attributes | |
StrandCoord | strand |
answer matching StrandSearchRequest criteria More... | |
Detailed Description
Definition at line 33 of file StrandSearch.h.
Constructor & Destructor Documentation
◆ StrandSearchResponse() [1/2]
Ipc::StrandSearchResponse::StrandSearchResponse | ( | const StrandCoord & | strand | ) |
Definition at line 37 of file StrandSearch.cc.
◆ StrandSearchResponse() [2/2]
|
explicit |
Definition at line 42 of file StrandSearch.cc.
References Ipc::TypedMsgHdr::checkType(), and Ipc::mtStrandSearchResponse.
Member Function Documentation
◆ pack()
void Ipc::StrandSearchResponse::pack | ( | TypedMsgHdr & | hdrMsg | ) | const |
Definition at line 48 of file StrandSearch.cc.
References Ipc::mtStrandSearchResponse, and Ipc::TypedMsgHdr::setType().
Referenced by Ipc::Coordinator::notifySearcher().
Member Data Documentation
◆ strand
StrandCoord Ipc::StrandSearchResponse::strand |
Definition at line 41 of file StrandSearch.h.
Referenced by IpcIoFile::HandleOpenResponse(), and IpcIoFile::openCompleted().
The documentation for this class was generated from the following files:
- src/ipc/StrandSearch.h
- src/ipc/StrandSearch.cc