NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
backward.hpp File Reference
#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>
Include dependency graph for backward.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  backward::details::hashtable< K, V >
 
struct  backward::details::rm_ptr< T >
 
struct  backward::details::rm_ptr< T * >
 
struct  backward::details::rm_ptr< const T * >
 
struct  backward::details::deleter< R, T, F >
 
struct  backward::details::default_delete< T >
 
class  backward::details::handle< T, Deleter >
 
struct  backward::details::demangler_impl< TAG >
 
struct  backward::details::demangler
 
struct  backward::Trace
 
struct  backward::ResolvedTrace
 
struct  backward::ResolvedTrace::SourceLoc
 
class  backward::StackTraceImpl< TAG >
 
class  backward::StackTraceImplBase
 
class  backward::StackTraceImplHolder
 
class  backward::StackTrace
 
class  backward::TraceResolverImplBase
 
class  backward::TraceResolverImpl< system_tag::unknown_tag >
 
class  backward::TraceResolver
 
class  backward::SourceFile
 
struct  backward::SourceFile::not_isspace
 
struct  backward::SourceFile::not_isempty
 
class  backward::SnippetFactory
 
class  backward::cfile_streambuf
 
class  backward::Colorize
 
class  backward::Printer
 
class  backward::SignalHandling
 

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 [] = ":"
 

Macro Definition Documentation

◆ BACKWARD_ATLEAST_CXX98

#define BACKWARD_ATLEAST_CXX98

◆ BACKWARD_CXX98

#define BACKWARD_CXX98

◆ BACKWARD_SYSTEM_UNKNOWN

#define BACKWARD_SYSTEM_UNKNOWN

◆ NOINLINE

#define NOINLINE   __attribute__((noinline))

◆ nullptr

#define nullptr   NULL

◆ override

#define override