A set of results returned by GPUdb::clearTrigger. More…
#include <gpudb/protocol/clear_trigger.h>
Public Member Functions | |
| ClearTriggerResponse () | |
| Constructs a ClearTriggerResponse object with default parameters. | |
Public Attributes | |
| std::string | triggerId |
| Value of triggerId. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::clearTrigger.
Definition at line 106 of file clear_trigger.h.
Constructor & Destructor Documentation
◆ ClearTriggerResponse()
| inline |
Constructs a ClearTriggerResponse object with default parameters.
Definition at line 111 of file clear_trigger.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::ClearTriggerResponse::info |
Additional information.
Definition at line 125 of file clear_trigger.h.
◆ triggerId
| std::string gpudb::ClearTriggerResponse::triggerId |
Value of triggerId.
Definition at line 120 of file clear_trigger.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/clear_trigger.h