rwlogo
HydraExpress 4.7

HydraExpress C++ API Reference Guide

Product Documentation:
   Documentation Home

List of all members | Public Member Functions | Public Attributes
rwsf::CallInfo::TransportHeaderObject Struct Reference

Represents element values in a transport header. More...

#include <rwsf/webservice/CallInfo.h>

Public Member Functions

 TransportHeaderObject ()
 
bool operator== (const TransportHeaderObject &obj) const
 

Public Attributes

std::string name_
 
std::string value_
 

Detailed Description

Sets the values for the elements in the transport header.

Constructor & Destructor Documentation

rwsf::CallInfo::TransportHeaderObject::TransportHeaderObject ( )

Default constructor.

Member Function Documentation

bool rwsf::CallInfo::TransportHeaderObject::operator== ( const TransportHeaderObject obj) const

Returns true if self compares equal to obj, otherwise false.

Member Data Documentation

std::string rwsf::CallInfo::TransportHeaderObject::name_

Name of the element.

std::string rwsf::CallInfo::TransportHeaderObject::value_

Value of the element.


Copyright © Rogue Wave Software, Inc. All Rights Reserved.

The Rogue Wave name and logo are registered trademarks of Rogue Wave Software, and HydraExpress is a trademark of Rogue Wave Software. All other trademarks are the property of their respective owners.