HydraExpress™ C++ API Reference Guide

Product Documentation:
   HydraExpress C++
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 © 2020 Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is registered trademark of Rogue Wave Software, Inc. in the United States and other countries, and HydraExpress is a trademark of Rogue Wave Software. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.