26 options(std::map<std::string, std::string>())
37 HasProcRequest(
const std::string& procName_,
const std::map<std::string, std::string>& options_):
44 std::map<std::string, std::string>
options;
60 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
62 const std::vector<size_t> fo = rd->fieldOrder();
64 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
128 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
130 const std::vector<size_t> fo = rd->fieldOrder();
132 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
std::map< std::string, std::string > options
A set of input parameters for hasProc(const HasProcRequest&) const.
HasProcResponse()
Constructs a HasProcResponse object with default parameter values.
HasProcRequest()
Constructs a HasProcRequest object with default parameter values.
HasProcRequest(const std::string &procName_, const std::map< std::string, std::string > &options_)
Constructs a HasProcRequest object with the specified parameters.
A set of output parameters for hasProc(const HasProcRequest&) const.