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

PrevUpHomeNext

Macro BOOST_STACKTRACK_VAL_OF

BOOST_STACKTRACK_VAL_OF — create a dynamic information entry

Synopsis

#include <boost/stacktrack/annotation.hpp>

BOOST_STACKTRACK_VAL_OF(var)

Description

This is simply a convienient shorthand for BOOST_STACKTRACK_NAMED_VAL( var, var )

Parameters

var
name of and value to be written

Notes: see :BOOST_STACKTRACK_NAMED_VAL()
Notes: warning :This will only work with "simple" variable names, i.e. an unquallified identifier. Anything which is not simply "[a-zA-Z0-9_]+" is likely to cause problems, and would probably work much better using BOOST_STACKTRACK_NAMED_VAL directly

Copyright © 2005 James Fowler

PrevUpHomeNext