6 #ifndef __CLEAR_TRIGGER_H__ 7 #define __CLEAR_TRIGGER_H__ 29 options(std::map<std::string, std::string>())
49 std::map<std::string, std::string>
options;
65 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
67 const std::vector<size_t> fo = rd->fieldOrder();
69 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
133 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
135 const std::vector<size_t> fo = rd->fieldOrder();
137 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
A set of output parameters for clearTrigger(const ClearTriggerRequest&) const.
ClearTriggerRequest()
Constructs a ClearTriggerRequest object with default parameter values.
std::map< std::string, std::string > options
ClearTriggerRequest(const std::string &triggerId, const std::map< std::string, std::string > &options)
Constructs a ClearTriggerRequest object with the specified parameters.
ClearTriggerResponse()
Constructs a ClearTriggerResponse object with default parameter values.
A set of input parameters for clearTrigger(const ClearTriggerRequest&) const.