OnixS CME Drop Copy Handler C++ library  5.6.0
API documentation
Messaging.h File Reference
#include "OnixS/CME/DropCopy/Export.h"
#include "OnixS/CME/DropCopy/String.h"
#include "OnixS/CME/DropCopy/Numeric.h"
#include "OnixS/CME/DropCopy/Time.h"
#include "OnixS/CME/DropCopy/Types.h"

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

 OnixS
 
 OnixS::CME
 
 OnixS::CME::DropCopy
 

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 &)
 

Function Documentation

std::ostream& std::operator<< ( std::ostream &  ,
const OnixS::CME::DropCopy::Message  
)