![]() |
Home | Libraries | People | FAQ | More |
boost::stacktrack::outer_scope — Scopes derived from outer_scope can be used as the "root" scope for in any function block.
#include <boost/stacktrack/scope.hpp> using namespace boost::stacktrack; class outer_scope : boost::stacktrack::scope_base { public: // construct/copy/destruct outer_scope(SCOPE_STYLE, const char *, const sourceloc &); // protected member functions };
does not require explicit reference to another scope
outer_scope(SCOPE_STYLE style, const char * purpose, const sourceloc & location);
Parameters
location of scope in source code
user-defined tag for scope
mode of operation for scope
| Copyright © 2005 James Fowler |