6 #ifndef __SHOW_SYSTEM_PROPERTIES_H__ 7 #define __SHOW_SYSTEM_PROPERTIES_H__ 28 options(std::map<std::string, std::string>())
51 std::map<std::string, std::string>
options;
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)
110 propertyMap(std::map<std::string, std::string>())
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)
ShowSystemPropertiesRequest(const std::map< std::string, std::string > &options_)
Constructs a ShowSystemPropertiesRequest object with the specified parameters.
A set of output parameters for showSystemProperties(const ShowSystemPropertiesRequest&) const...
A set of input parameters for showSystemProperties(const ShowSystemPropertiesRequest&) const...
std::map< std::string, std::string > options
std::map< std::string, std::string > propertyMap
ShowSystemPropertiesResponse()
Constructs a ShowSystemPropertiesResponse object with default parameter values.
ShowSystemPropertiesRequest()
Constructs a ShowSystemPropertiesRequest object with default parameter values.