EMA C++ Edition
List of all members | Public Member Functions | Friends
refinitiv::ema::access::ServiceEndpointDiscoveryResp Class Reference

ServiceEndpointDiscoveryResp represents a response from RDP service discovery which contains a list of ServiceEndpointDiscoveryInfo. More...

Public Member Functions

const EmaVector< ServiceEndpointDiscoveryInfo > & getServiceEndpointInfoList () const
  More...
 
 operator const char * () const
  More...
 
const EmaStringtoString () const
  More...
 

Friends

class ServiceEndpointDiscoveryImpl
 

Detailed Description

Remarks
All methods in this class are Lock-free Method.
See also
ServiceEndpointDiscoveryInfo

Definition at line 31 of file ServiceEndpointDiscoveryResp.h.

Member Function Documentation

◆ getServiceEndpointInfoList()

const EmaVector<ServiceEndpointDiscoveryInfo>& refinitiv::ema::access::ServiceEndpointDiscoveryResp::getServiceEndpointInfoList ( ) const

Gets a list of ServiceEndpointDiscoveryInfo of this ServiceEndpointDiscoveryResp.

Returns
a list of DictionaryEntry

◆ operator const char *()

refinitiv::ema::access::ServiceEndpointDiscoveryResp::operator const char * ( ) const

Operator const char* overload.

Exceptions
OmmMemoryExhaustionExceptionif app runs out of memory

◆ toString()

const EmaString& refinitiv::ema::access::ServiceEndpointDiscoveryResp::toString ( ) const

Returns a string representation of the class instance.

Exceptions
OmmMemoryExhaustionExceptionif app runs out of memory
Returns
string representation of the class instance