#include <string>
#include <cstring>
#include <functional>
#include <stdexcept>
#include <OnixS/Eurex/MarketData/ABI.h>
#include <OnixS/Eurex/MarketData/Numeric.h>
#include <OnixS/Eurex/MarketData/Compiler.h>
Go to the source code of this file.
|
bool | operator== (const StringRef &ref, const std::string &str) |
|
bool | operator!= (const StringRef &ref, const std::string &str) |
|
bool | operator== (const std::string &str, const StringRef &ref) |
|
bool | operator!= (const std::string &str, const StringRef &ref) |
|
bool | operator== (const StringRef &ref, const char *str) |
|
bool | operator!= (const StringRef &ref, const char *str) |
|
bool | operator== (const char *str, const StringRef &ref) |
|
bool | operator!= (const char *str, const StringRef &ref) |
|