View on GitHub
Vistle
Distributed Data-parallel Scientific Visualization in VR
Overview
Architecture
API
Publications
Gallery
util
tools.h
Go to the documentation of this file.
1
#ifndef TOOLS_H
2
#define TOOLS_H
3
4
#include <string>
5
6
#include "
export.h
"
7
8
namespace
vistle
{
9
10
V_UTILEXPORT
std::string
backtrace
();
11
V_UTILEXPORT
bool
attach_debugger
();
12
13
V_UTILEXPORT
bool
parentProcessDied
();
14
15
}
// namespace vistle
16
17
#endif
vistle
Definition:
allobjects.cpp:30
vistle::attach_debugger
bool attach_debugger()
Definition:
tools.cpp:44
vistle::backtrace
std::string backtrace()
Definition:
tools.cpp:20
vistle::parentProcessDied
bool parentProcessDied()
Definition:
tools.cpp:97
export.h
V_UTILEXPORT
#define V_UTILEXPORT
Definition:
export.h:19