NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <algorithm>
#include <cctype>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <limits>
#include <new>
#include <sstream>
#include <streambuf>
#include <string>
#include <vector>
#include <exception>
#include <iterator>
#include <map>
Namespaces | |
backward | |
backward::details | |
backward::system_tag | |
backward::trace_resolver_tag | |
backward::ColorMode | |
backward::Color | |
Macros | |
#define | BACKWARD_CXX98 |
#define | BACKWARD_ATLEAST_CXX98 |
#define | BACKWARD_SYSTEM_UNKNOWN |
#define | NOINLINE __attribute__((noinline)) |
#define | nullptr NULL |
#define | override |
Typedefs | |
typedef unknown_tag | backward::system_tag::current_tag |
Enumerations | |
enum | backward::ColorMode::type { backward::ColorMode::automatic , backward::ColorMode::never , backward::ColorMode::always } |
enum | backward::Color::type { backward::Color::yellow = 0 , backward::Color::purple = 0 , backward::Color::reset = 0 } |
Functions | |
template<typename T > | |
const T & | backward::details::move (const T &v) |
template<typename T > | |
T & | backward::details::move (T &v) |
std::vector< std::string > | backward::details::split_source_prefixes (const std::string &s) |
Variables | |
const char | backward::details::kBackwardPathDelimiter [] = ":" |
#define BACKWARD_ATLEAST_CXX98 |
#define BACKWARD_CXX98 |
#define BACKWARD_SYSTEM_UNKNOWN |
#define NOINLINE __attribute__((noinline)) |
#define nullptr NULL |
#define override |