![]() |
Home | Libraries | People | FAQ | More |
boost::stacktrack::main_scope — used to represent the "root" scope for a given thread
#include <boost/stacktrack/scope.hpp> using namespace boost::stacktrack; class main_scope : boost::stacktrack::outer_scope { public: // construct/copy/destruct main_scope(const char *, const sourceloc &); ~main_scope(); // public member functions };
main_scope should be used anywhere a thread begins it's processing
main_scope(const char * purpose, const sourceloc & location);
Parameters
location of scope in source code
user-defined tag for scope
~main_scope();
| Copyright © 2005 James Fowler |