#include <OnixS/SgxTitan/MarketData/Itch/HandlerSettings.h>
#include "HandlerLogger.h"
#include "Formatting.Helpers.h"
#include <util/Base64Encoding.h>
#include "NamespaceHelper.h"
Go to the source code of this file.
|
TextBuilder & | operator<< (TextBuilder &o, const ServiceDescriptor &obj) |
|
TextBuilder & | operator<< (TextBuilder &o, const FeedDescriptor &obj) |
|
TextBuilder & | operator<< (TextBuilder &o, MessageType::Enum obj) |
|
#define DECL_MSG_FORMAT |
( |
|
ftype | ) |
|
Value:inline TextBuilder &
operator<<(TextBuilder & o,
const ftype& msg)\
{\
toStr(o.buffer(), msg);\
return o;\
}\
inline TextBuilder &
operator<<(TextBuilder & o,
const ftype* msg)\
{\
BOOST_ASSERT(msg != nullptr);\
toStr(o.buffer(), *msg);\
return o;\
}
TextBuilder & operator<<(TextBuilder &o, MessageType::Enum obj)
Definition at line 38 of file Formatting.h.