![]() |
Home | Libraries | People | FAQ | More |
boost::stacktrack::enter_outer_scope — tracker for an outer scope
#include <boost/stacktrack/entry.hpp> using namespace boost::stacktrack; class enter_outer_scope : boost::stacktrack::enter_scope { public: // construct/copy/destruct enter_outer_scope(outer_scope &); // public member functions st_thread_id tid() const; st_process_id pid() const; // protected member functions st_thread_id _tid; st_process_id _pid; enter_outer_scope * _outer_parent; };
enter_outer_scope(outer_scope & scope);
Parameters
scope associated with entry
| Copyright © 2005 James Fowler |