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

PrevUpHomeNext

Macro BOOST_STACKTRACK_FILE_PROPERTY

BOOST_STACKTRACK_FILE_PROPERTY — attach property to current source file

Synopsis

#include <boost/stacktrack/annotation.hpp>

BOOST_STACKTRACK_FILE_PROPERTY(prop, val)

Description

This macro registers a string property value which will be associated with the enclosing file, and will be recorded by StackTrack.

BOOST_STACKTRACK_FILE
BOOST_STACKTRACK_FILE_PROPERTY( my_app_version, "1.2.3" )

Parameters

prop
name of property (expects a valid identifier)
Copyright © 2005 James Fowler

PrevUpHomeNext