6 #ifndef __CREATE_USER_EXTERNAL_H__ 7 #define __CREATE_USER_EXTERNAL_H__ 28 options(std::map<std::string, std::string>())
50 std::map<std::string, std::string>
options;
60 ::avro::encode(e, v.
name);
66 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
68 const std::vector<size_t> fo = rd->fieldOrder();
70 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
75 ::avro::decode(d, v.
name);
89 ::avro::decode(d, v.
name);
128 ::avro::encode(e, v.
name);
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)
142 ::avro::decode(d, v.
name);
152 ::avro::decode(d, v.
name);
A set of output parameters for createUserExternal(const CreateUserExternalRequest&) const...
std::map< std::string, std::string > options
CreateUserExternalRequest()
Constructs a CreateUserExternalRequest object with default parameter values.
CreateUserExternalResponse()
Constructs a CreateUserExternalResponse object with default parameter values.
A set of input parameters for createUserExternal(const CreateUserExternalRequest&) const...
CreateUserExternalRequest(const std::string &name_, const std::map< std::string, std::string > &options_)
Constructs a CreateUserExternalRequest object with the specified parameters.