HydraExpress™ C++ API Reference Guide

 
Loading...
Searching...
No Matches
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

◆ TransportHeaderObject()

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

Default constructor.

Member Function Documentation

◆ operator==()

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

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

Member Data Documentation

◆ name_

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

Name of the element.

◆ value_

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

Value of the element.

Copyright © 2026 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.