Public Types |
Public Member Functions |
Public Attributes |
Private Member Functions |
List of all members
Mgr::QueryParam Class Referenceabstract
#include <QueryParam.h>
Inheritance diagram for Mgr::QueryParam:
Collaboration diagram for Mgr::QueryParam:
Public Types | |
enum | Type { ptInt = 1 , ptString } |
typedef RefCount< QueryParam > | Pointer |
Public Member Functions | |
QueryParam (Type aType) | |
~QueryParam () override | |
virtual void | pack (Ipc::TypedMsgHdr &msg) const =0 |
store parameter into msg More... | |
virtual void | unpackValue (const Ipc::TypedMsgHdr &msg)=0 |
load parameter value from msg More... | |
Public Attributes | |
Type | type |
Private Member Functions | |
QueryParam (const QueryParam &) | |
QueryParam & | operator= (const QueryParam &) |
Detailed Description
Definition at line 20 of file QueryParam.h.
Member Typedef Documentation
◆ Pointer
typedef RefCount<QueryParam> Mgr::QueryParam::Pointer |
Definition at line 24 of file QueryParam.h.
Member Enumeration Documentation
◆ Type
Enumerator | |
---|---|
ptInt | |
ptString |
Definition at line 23 of file QueryParam.h.
Constructor & Destructor Documentation
◆ QueryParam() [1/2]
|
inline |
Definition at line 27 of file QueryParam.h.
◆ ~QueryParam()
|
inlineoverride |
Definition at line 28 of file QueryParam.h.
◆ QueryParam() [2/2]
|
private |
Member Function Documentation
◆ operator=()
|
private |
◆ pack()
|
pure virtual |
Implemented in Mgr::IntParam, and Mgr::StringParam.
◆ unpackValue()
|
pure virtual |
Implemented in Mgr::IntParam, and Mgr::StringParam.
Member Data Documentation
◆ type
Type Mgr::QueryParam::type |
Definition at line 37 of file QueryParam.h.
Referenced by Mgr::Inquirer::applyQueryParams().
The documentation for this class was generated from the following file:
- src/mgr/QueryParam.h