Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
HydraExpress Web Service Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

rwsf::SOAPworXStlConversion

Group:  Utility

Local Index

Members

Header File

#include <rw/rwsf/soapworx/SoapworXStlConversion.h>

Description

rwsf::SOAPworXStlConversion is a header file that contains global conversion methods in the rwsf namespace. These methods provide functionality to convert between a rwsf::CString and a std::string.

Use these methods for conversions to and from rwsf types and C++ Standard Library types when your service is built with the default Standard C++ Library types. (If your application is built with SourcePro datatypes, see rwsf::SOAPworXConversion.)

Public Member Operations

static std::ostream& 
operator<<(std::ostream& out, const rwsf::CString& str)
static std::istream& 
operator>>(std::istream& in, rwsf::CString& str)

Public Member Functions

static rwsf::CString 
createrwsfString(const std::string& str)
static std::string 
createStlString(const rwsf::CString& str)


Previous fileTop of DocumentContentsIndex pageNext file

©2004-2007 Copyright Quovadx, Inc. All Rights Reserved.
Quovadx and Rogue Wave are registered trademarks of Quovadx, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.