wsdlpull
1.23
|
#include <WsdlInvoker.h>
Public Member Functions | |
Parameter (Schema::Type, std::string, int m, int x, const SchemaParser *s, const std::vector< std::string > &parents) | |
Public Attributes | |
Schema::Type | type_ |
std::string | tag_ |
unsigned int | min_ |
unsigned int | max_ |
int | n_ |
std::vector< std::string > | data_ |
const SchemaParser * | sParser_ |
std::vector< std::string > | parents_ |
Definition at line 34 of file WsdlInvoker.h.
|
inline |
Definition at line 361 of file WsdlInvoker.h.
Schema::Type WsdlPull::Parameter::type_ |
Definition at line 38 of file WsdlInvoker.h.
std::string WsdlPull::Parameter::tag_ |
Definition at line 39 of file WsdlInvoker.h.
unsigned int WsdlPull::Parameter::min_ |
Definition at line 40 of file WsdlInvoker.h.
unsigned int WsdlPull::Parameter::max_ |
Definition at line 41 of file WsdlInvoker.h.
int WsdlPull::Parameter::n_ |
Definition at line 42 of file WsdlInvoker.h.
std::vector<std::string> WsdlPull::Parameter::data_ |
Definition at line 43 of file WsdlInvoker.h.
const SchemaParser* WsdlPull::Parameter::sParser_ |
Definition at line 45 of file WsdlInvoker.h.
std::vector<std::string> WsdlPull::Parameter::parents_ |
Definition at line 46 of file WsdlInvoker.h.