HydraExpress™ C++ 2020 |
HydraExpress™ C++ API Reference Guide |
Product Documentation: HydraExpress C++ Documentation Home |
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_ |
Sets the values for the elements in the transport header.
rwsf::CallInfo::TransportHeaderObject::TransportHeaderObject | ( | ) |
Default constructor.
bool rwsf::CallInfo::TransportHeaderObject::operator== | ( | const TransportHeaderObject & | obj | ) | const |
Returns true
if self compares equal to obj, otherwise false
.
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. |