![]() |
Home | Libraries | People | FAQ | More |
BOOST_STACKTRACK_FILE_PROPERTY — attach property to current source file
#include <boost/stacktrack/annotation.hpp> BOOST_STACKTRACK_FILE_PROPERTY(prop, val)
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
| Copyright © 2005 James Fowler |