6 #ifndef __CREATE_USER_INTERNAL_H__ 7 #define __CREATE_USER_INTERNAL_H__ 29 options(std::map<std::string, std::string>())
46 CreateUserInternalRequest(
const std::string& name_,
const std::string& password_,
const std::map<std::string, std::string>& options_):
55 std::map<std::string, std::string>
options;
65 ::avro::encode(e, v.
name);
72 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
74 const std::vector<size_t> fo = rd->fieldOrder();
76 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
81 ::avro::decode(d, v.
name);
99 ::avro::decode(d, v.
name);
139 ::avro::encode(e, v.
name);
144 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
146 const std::vector<size_t> fo = rd->fieldOrder();
148 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
153 ::avro::decode(d, v.
name);
163 ::avro::decode(d, v.
name);
A set of input parameters for createUserInternal(const CreateUserInternalRequest&) const...
A set of output parameters for createUserInternal(const CreateUserInternalRequest&) const...
std::map< std::string, std::string > options
CreateUserInternalResponse()
Constructs a CreateUserInternalResponse object with default parameter values.
CreateUserInternalRequest()
Constructs a CreateUserInternalRequest object with default parameter values.
CreateUserInternalRequest(const std::string &name_, const std::string &password_, const std::map< std::string, std::string > &options_)
Constructs a CreateUserInternalRequest object with the specified parameters.