wsdlpull svntrunk
Public Member Functions | Public Attributes | List of all members
WsdlPull::Parameter Struct Reference

#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 SchemaParsersParser_
 
std::vector< std::string > parents_
 

Detailed Description

Definition at line 34 of file WsdlInvoker.h.

Constructor & Destructor Documentation

◆ Parameter()

WsdlPull::Parameter::Parameter ( Schema::Type  t,
std::string  n,
int  m,
int  x,
const SchemaParser s,
const std::vector< std::string > &  parents 
)
inline

Definition at line 362 of file WsdlInvoker.h.

Member Data Documentation

◆ type_

Schema::Type WsdlPull::Parameter::type_

Definition at line 38 of file WsdlInvoker.h.

◆ tag_

std::string WsdlPull::Parameter::tag_

Definition at line 39 of file WsdlInvoker.h.

◆ min_

unsigned int WsdlPull::Parameter::min_

Definition at line 40 of file WsdlInvoker.h.

◆ max_

unsigned int WsdlPull::Parameter::max_

Definition at line 41 of file WsdlInvoker.h.

◆ n_

int WsdlPull::Parameter::n_

Definition at line 42 of file WsdlInvoker.h.

◆ data_

std::vector<std::string> WsdlPull::Parameter::data_

Definition at line 43 of file WsdlInvoker.h.

◆ sParser_

const SchemaParser* WsdlPull::Parameter::sParser_

Definition at line 45 of file WsdlInvoker.h.

◆ parents_

std::vector<std::string> WsdlPull::Parameter::parents_

Definition at line 46 of file WsdlInvoker.h.


The documentation for this struct was generated from the following file: