![]() |
Home | Libraries | People | FAQ | More |
boost::stacktrack::stacktrack_info — The stacktrack_info class allows for access to some basic information about the current state of Scopes.
#include <boost/stacktrack/control.hpp> using namespace boost::stacktrack; class stacktrack_info { public: // public static functions static std::string report() ; static std::string report(main_scope &) ; };
static std::string report() ;
Returns: summary of known scopes
static std::string report(main_scope & scope) ;
Parameters
target scope
Returns: summary of specified scope
| Copyright © 2005 James Fowler |