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

PrevUpHomeNext

Class nested_scope

boost::stacktrack::nested_scope — used to connect with the "root" scope within external functions

Synopsis

#include <boost/stacktrack/scope.hpp>

using namespace boost::stacktrack;

class nested_scope :  boost::stacktrack::outer_scope {
public:
  // construct/copy/destruct
  nested_scope(const char *, const sourceloc &);
  ~nested_scope();

  // public member functions
};

Description

nested_scope construct/copy/destruct

  1. nested_scope(const char * purpose, const sourceloc & location);

    Parameters

    location

    location of scope in source code

    purpose

    user-defined tag for scope

  2. ~nested_scope();

nested_scope public member functions

    Copyright © 2005 James Fowler

    PrevUpHomeNext