OnixS C++ B3 Binary UMDF Market Data Handler  1.3.0
API documentation
StrRef.h File Reference
#include <OnixS/B3/MarketData/UMDF/ABI.h>
#include <OnixS/B3/MarketData/UMDF/messaging/Aliases.h>
#include <OnixS/B3/MarketData/UMDF/messaging/String.h>
#include <OnixS/B3/MarketData/UMDF/messaging/Utils.h>
#include <algorithm>
#include <cassert>
#include <cstddef>
#include <cstring>
#include <limits>
#include <ostream>
#include <stdexcept>
#include <string>

Go to the source code of this file.

Classes

class  StrRef
 

Namespaces

 OnixS
 
 OnixS::B3
 
 OnixS::B3::MarketData
 
 OnixS::B3::MarketData::UMDF
 
 OnixS::B3::MarketData::UMDF::Messaging
 

Functions

ONIXS_B3_UMDF_MD_NODISCARD bool operator== (const StrRef &left, const StrRef &right)
 
ONIXS_B3_UMDF_MD_NODISCARD bool operator!= (const StrRef &left, const StrRef &right)
 
ONIXS_B3_UMDF_MD_NODISCARD bool operator< (const StrRef &left, const StrRef &right)
 
ONIXS_B3_UMDF_MD_NODISCARD bool operator> (const StrRef &left, const StrRef &right)
 
std::ostream & operator<< (std::ostream &stream, const StrRef &text)
 
ONIXS_B3_UMDF_MD_NODISCARD StrRef toStrRef (const std::string &str)
 
ONIXS_B3_UMDF_MD_NODISCARD StrRef toStrRef (const Char *cStr) throw ()
 
ONIXS_B3_UMDF_MD_NODISCARD bool operator== (const StrRef &ref, const std::string &str)
 
ONIXS_B3_UMDF_MD_NODISCARD bool operator!= (const StrRef &ref, const std::string &str)
 
ONIXS_B3_UMDF_MD_NODISCARD bool operator== (const std::string &str, const StrRef &ref)
 
ONIXS_B3_UMDF_MD_NODISCARD bool operator!= (const std::string &str, const StrRef &ref)
 
ONIXS_B3_UMDF_MD_NODISCARD bool operator== (const StrRef &ref, const Char *str)
 
ONIXS_B3_UMDF_MD_NODISCARD bool operator!= (const StrRef &ref, const Char *str)
 
ONIXS_B3_UMDF_MD_NODISCARD bool operator== (const Char *str, const StrRef &ref)
 
ONIXS_B3_UMDF_MD_NODISCARD bool operator!= (const Char *str, const StrRef &ref)
 
template<size_t Size>
ONIXS_B3_UMDF_MD_NODISCARD StrRef constructStrRef (const char(&value)[Size]) throw ()
 
template<size_t Size>
ONIXS_B3_UMDF_MD_NODISCARD StrRef strRefFromCharArray (const char(&value)[Size]) throw ()
 
ONIXS_B3_UMDF_MD_NODISCARD std::string toStr (const StrRef &ref)
 
void toStr (std::string &str, const StrRef &ref)