OnixS CME Drop Copy Handler C++ library 5.7.1
Users' manual and API documentation
Loading...
Searching...
No Matches
Messaging.h File Reference

Go to the source code of this file.

Classes

class  FieldValueRef
class  FieldSet
class  GroupInstance
class  Group
class  TypedGroup< Entry >
struct  MessageStringingFlag
class  Message
class  BitmapField

Namespaces

namespace  OnixS
namespace  OnixS::CME
namespace  OnixS::CME::DropCopy
namespace  std

Typedefs

typedef unsigned MessageStringingFlags

Functions

bool operator== (const FieldValueRef &ref, const std::string &str)
bool operator!= (const FieldValueRef &ref, const std::string &str)
bool operator== (const std::string &str, const FieldValueRef &ref)
bool operator!= (const std::string &str, const FieldValueRef &ref)
bool operator== (const FieldValueRef &ref, const char *str)
bool operator!= (const FieldValueRef &ref, const char *str)
bool operator== (const char *str, const FieldValueRef &ref)
bool operator!= (const char *str, const FieldValueRef &ref)
template<typename Enumeration>
Enumeration::Enum getIntEnumFieldValue (const FieldSet &fieldSet, Tag tag)
template<typename Enumeration>
Enumeration::Enum getCharEnumFieldValue (const FieldSet &fieldSet, Tag tag)
bool getDate (const FieldSet &fieldSet, Tag tag, Timestamp &date)
std::ostream & operator<< (std::ostream &, const OnixS::CME::DropCopy::Message &)