6 #ifndef __CLEAR_TRIGGER_H__     7 #define __CLEAR_TRIGGER_H__    29             options(std::map<std::string, std::string>())
    41         ClearTriggerRequest(
const std::string& triggerId_, 
const std::map<std::string, std::string>& options_):
    48         std::map<std::string, std::string> 
options;
    64             if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
    66                 const std::vector<size_t> fo = rd->fieldOrder();
    68                 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
   132             if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
   134                 const std::vector<size_t> fo = rd->fieldOrder();
   136                 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(const std::string &triggerId_, const std::map< std::string, std::string > &options_)
Constructs a ClearTriggerRequest object with the specified parameters. 
 
ClearTriggerRequest()
Constructs a ClearTriggerRequest object with default parameter values. 
 
std::map< std::string, std::string > options
 
ClearTriggerResponse()
Constructs a ClearTriggerResponse object with default parameter values. 
 
A set of input parameters for clearTrigger(const ClearTriggerRequest&) const.