6 #ifndef __DELETE_PROC_H__ 7 #define __DELETE_PROC_H__ 27 options(std::map<std::string, std::string>())
39 DeleteProcRequest(
const std::string& procName_,
const std::map<std::string, std::string>& options_):
46 std::map<std::string, std::string>
options;
62 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
64 const std::vector<size_t> fo = rd->fieldOrder();
66 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
129 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
131 const std::vector<size_t> fo = rd->fieldOrder();
133 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
DeleteProcRequest(const std::string &procName_, const std::map< std::string, std::string > &options_)
Constructs a DeleteProcRequest object with the specified parameters.
DeleteProcResponse()
Constructs a DeleteProcResponse object with default parameter values.
std::map< std::string, std::string > options
DeleteProcRequest()
Constructs a DeleteProcRequest object with default parameter values.
A set of input parameters for deleteProc(const DeleteProcRequest&) const.
A set of output parameters for deleteProc(const DeleteProcRequest&) const.