![]() |
Home | Libraries | People | FAQ | More |
boost::stacktrack::nested_scope — used to connect with the "root" scope within external functions
#include <boost/stacktrack/scope.hpp> using namespace boost::stacktrack; class nested_scope : boost::stacktrack::outer_scope { public: // construct/copy/destruct nested_scope(const char *, const sourceloc &); ~nested_scope(); // public member functions };
nested_scope(const char * purpose, const sourceloc & location);
Parameters
location of scope in source code
user-defined tag for scope
~nested_scope();
| Copyright © 2005 James Fowler |