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