![]() |
Home | Libraries | People | FAQ | More |
boost::stacktrack::internal_scope — Sub scope inside another scope (same function body).
#include <boost/stacktrack/scope.hpp> using namespace boost::stacktrack; class internal_scope : boost::stacktrack::inner_scope { public: // construct/copy/destruct internal_scope(outer_scope &, const char *, const sourceloc &); // public member functions };
internal_scope(outer_scope & outer, const char * purpose, const sourceloc & location);
Parameters
location of scope in source code
outer instance of scope which this scope nests inside
user-defined tag for scope
| Copyright © 2005 James Fowler |