![]() |
Home | Libraries | People | FAQ | More |
boost::stacktrack::inner_scope — Scopes derived from inner_scope hook to an existing outer_scope.
#include <boost/stacktrack/scope.hpp> using namespace boost::stacktrack; class inner_scope : boost::stacktrack::scope_base { public: // construct/copy/destruct inner_scope(outer_scope &, SCOPE_STYLE, const char *, const sourceloc &); // protected member functions };
requires explicit reference to another scope
inner_scope(outer_scope & outer, SCOPE_STYLE style, 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
mode of operation for scope
| Copyright © 2005 James Fowler |