#include <WSTypeTranslator.h>
Public Member Functions | |
String | toCxxType (const String &wsType, const String &defaultType="std::string") const |
Translates WSDL type names to C++ type names
String sptk::WSTypeTranslator::toCxxType | ( | const String & | wsType, |
const String & | defaultType = "std::string" |
||
) | const |
Translates WSDL type names to C++ type names
wsType | WSDL type name |
defaultType | C++ type name returned when match is not found |