sptk2 logo
SPTK Home Page
Public Member Functions | List of all members
sptk::WSParserAttribute Class Reference

#include <WSParserComplexType.h>

Public Member Functions

 WSParserAttribute (const String &name="", const String &typeName="")
 
 WSParserAttribute (const WSParserAttribute &attr)=default
 
String name () const
 
String generate (bool initialize) const
 
String cxxTypeName () const
 
String wsTypeName () const
 

Detailed Description

WSDL element attribute

Constructor & Destructor Documentation

◆ WSParserAttribute() [1/2]

sptk::WSParserAttribute::WSParserAttribute ( const String name = "",
const String typeName = "" 
)
explicit

Constructor

Parameters
nameAttribute name
typeNameAttribute WSDL type name

◆ WSParserAttribute() [2/2]

sptk::WSParserAttribute::WSParserAttribute ( const WSParserAttribute attr)
default

Copy constructor

Parameters
attrAttribute to copy from

Member Function Documentation

◆ cxxTypeName()

String sptk::WSParserAttribute::cxxTypeName ( ) const
inline

Returns attribute C++ type name

◆ generate()

String sptk::WSParserAttribute::generate ( bool  initialize) const

Generates attribute presentation in C++ skeleton

◆ name()

String sptk::WSParserAttribute::name ( ) const
inline

Returns attribute name

◆ wsTypeName()

String sptk::WSParserAttribute::wsTypeName ( ) const
inline

Returns attribute WSDL type name


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

Fri Oct 14 2022 09:58:48: SPTK 5.4.1