OnixS C++ CME iLink 3 Binary Order Entry Handler  1.18.0
API Documentation
MessagePtr.h File Reference
#include <OnixS/CME/iLink3/testing/ABI.h>
#include <OnixS/CME/iLink3/Messaging.h>
#include <memory>

Go to the source code of this file.

Classes

class  MessagePtr< Message >
 

Namespaces

 OnixS
 
 OnixS::CME
 
 OnixS::CME::iLink3
 
 OnixS::CME::iLink3::Testing
 

Functions

void throwWrongType (UInt16, UInt16)
 
bool isMessageValid (const SbeMessage &msg) noexcept
 
bool isMessageValid (const TagBased::Message &msg) noexcept
 
template<typename AnotherType , typename BaseType >
MessagePtr< AnotherType > cast (const MessagePtr< BaseType > &ptr)