EMA C++ Edition
DictionaryUtility.h
Go to the documentation of this file.
1/*|-----------------------------------------------------------------------------
2 *| and is provided AS IS with no warranty or guarantee of fit for purpose.
3 *| See the project's LICENSE.md for details.
4 *| Copyright (C) 2019 LSEG. All rights reserved. --
5 *|-----------------------------------------------------------------------------
6 */
7
8#ifndef __refinitiv_ema_rdm_DictionaryUtility_h
9#define __refinitiv_ema_rdm_DictionaryUtility_h
10
21namespace refinitiv {
22
23namespace ema {
24
25namespace rdm {
26
27class DataDictionary;
28
30{
31public:
32
44
45private:
46
48
50
51 DictionaryUtility& operator=(const DictionaryUtility&);
52
53 virtual ~~DictionaryUtility();
54};
55
56}
57
58}
59
60}
61
62#endif // __refinitiv_ema_rdm_DictionaryUtility_h
Common.h file provides definitions of common variable types used in EMA.
#define EMA_ACCESS_API
Definition: Common.h:95
*|--------------------------------------------------------------------------—
Definition: AckMsg.h:62
The ema namespace contains all interfaces and definitions specified for use with EMA.
The rdm namespace contains all RDM definitions and constants.
FieldList is a heterogeneous container of complex and primitive data type entries.
Definition: FieldList.h:180
static const DataDictionary & dataDictionary(const refinitiv::ema::access::FieldList &fieldList)