EMA C++ Edition
ServiceEndpointDiscoveryResp.h
Go to the documentation of this file.
1/*|-----------------------------------------------------------------------------
2 *| This source code is provided under the Apache 2.0 license
3 *| and is provided AS IS with no warranty or guarantee of fit for purpose.
4 *| See the project's LICENSE.md for details.
5 *| Copyright (C) 2019 LSEG. All rights reserved. --
6 *|-----------------------------------------------------------------------------
7 */
8
9#ifndef __refinitiv_ema_access_ServiceEndpointDiscoveryResp_h
10#define __refinitiv_ema_access_ServiceEndpointDiscoveryResp_h
11
22
23namespace refinitiv {
24
25namespace ema {
26
27namespace access {
28
29class ServiceEndpointDiscoveryInfo;
30
32{
33public:
34
39
44 const EmaString& toString() const;
45
49 operator const char* () const;
50
51private:
54
55 friend class ServiceEndpointDiscoveryImpl;
56
57 EmaVector<ServiceEndpointDiscoveryInfo>* _pServiceEndpointDiscoveryInfoList;
58 mutable EmaString _toString;
59};
60
61}
62
63}
64
65}
66
67#endif // __refinitiv_ema_access_ServiceEndpointDiscoveryResp_h
68
#define EMA_ACCESS_API
Definition: Common.h:95
*|--------------------------------------------------------------------------—
Definition: AckMsg.h:62
The access namespace contains all interfaces and definitions specified for use with the EMA Access pa...
The ema namespace contains all interfaces and definitions specified for use with EMA.
EmaString class is a container of a null terminated Ascii character string.
Definition: EmaString.h:57
EmaVector class provides template vector implementation.
Definition: EmaVector.h:30
ServiceEndpointDiscoveryResp represents a response from RDP service discovery which contains a list o...
const EmaVector< ServiceEndpointDiscoveryInfo > & getServiceEndpointInfoList() const