boost.png (6897 bytes) Home Libraries People FAQ More

PrevUpHomeNext

Class stacktrack_info

boost::stacktrack::stacktrack_info — The stacktrack_info class allows for access to some basic information about the current state of Scopes.

Synopsis

#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 &) ;
};

Description

stacktrack_info public static functions

  1. static std::string report() ;

    Returns: summary of known scopes

  2. static std::string report(main_scope & scope) ;

    Parameters

    scope

    target scope

    Returns: summary of specified scope

Copyright © 2005 James Fowler

PrevUpHomeNext