OnixS C++ CME iLink 3 Binary Order Entry Handler  1.18.0
API Documentation
StrRef.h File Reference
#include <OnixS/CME/iLink3/ABI.h>
#include <OnixS/CME/iLink3/messaging/Aliases.h>
#include <OnixS/CME/iLink3/messaging/String.h>
#include <OnixS/CME/iLink3/messaging/Utils.h>
#include <algorithm>
#include <cassert>
#include <cstddef>
#include <cstring>
#include <limits>
#include <ostream>
#include <stdexcept>
#include <string>
#include <string_view>

Go to the source code of this file.

Namespaces

 OnixS
 
 OnixS::CME
 
 OnixS::CME::iLink3
 
 OnixS::CME::iLink3::Messaging
 

Typedefs

using StrRef = std::basic_string_view< Char >
 

Functions

StrRef toStrRef (const std::string &str)
 
StrRef toStrRef (const Char *cStr) noexcept
 
template<size_t Size>
constexpr StrRef constructStrRef (const char(&value)[Size]) noexcept
 
template<size_t Size>
constexpr StrRef strRefFromCharArray (const char(&value)[Size]) noexcept
 
std::string toStr (const StrRef &ref)
 
void toStr (std::string &str, const StrRef &ref)