![]() |
Home | Libraries | People | FAQ | More |
boost::stacktrack::step_in_scope — step scope
#include <boost/stacktrack/scope.hpp> using namespace boost::stacktrack; class step_in_scope : boost::stacktrack::scopeloc_base { public: // construct/copy/destruct step_in_scope(scope_base &, const char *, const sourceloc &); ~step_in_scope(); // public member functions const scope_base & base() const; };
step_in_scope(scope_base & scope, const char * purpose, const sourceloc & loc);
Parameters
source code location
user-defined tag
parent scope
~step_in_scope();
const scope_base & base() const;
Returns: scope step is associated with
| Copyright © 2005 James Fowler |