OnixS C++ SGX Titan OUCH Trading Handler  1.2.0
API documentation
Defines.h File Reference
#include <OnixS/SgxTitan/Trading/OUCH/ABI.h>
#include <OnixS/SgxTitan/Trading/OUCH/Memory.h>
#include <OnixS/SgxTitan/Trading/OUCH/String.h>
#include <string>
#include <ostream>

Go to the source code of this file.

Classes

struct  RightPaddedStringTraits
 
struct  LeftPaddedStringTraits
 
struct  String< N, FILLER, Traits >
 

Namespaces

 OnixS
 
 OnixS::SgxTitan
 
 OnixS::SgxTitan::Trading
 
 OnixS::SgxTitan::Trading::Ouch
 

Functions

template<size_t N>
bool operator== (const String< N > &ref, const std::string &str)
 
template<size_t N>
bool operator!= (const String< N > &ref, const std::string &str)
 
template<size_t N>
bool operator== (const String< N > &ref, Byte ch)
 
template<size_t N>
bool operator!= (const String< N > &ref, Byte ch)
 
template<size_t N>
std::ostream & operator<< (std::ostream &stream, const String< N > &value)
 
template<size_t N>
void toStr (std::string &str, const String< N > &value)
 
template<size_t N>
std::string toStr (const String< N > &value)