mbxmlutils
1.3.0
Multi-Body XML Utils
|
#include <thislinelocation.h>
Public Member Functions | |
std::string | operator() () |
Static Private Member Functions | |
static void | dummyFunc () |
Private Attributes | |
std::string | p |
We do not use boost::dll or boost::filesystem here to enable this class header only. Usage: ThisLineLocation loc; // as a global variable at the code where you want to get the location. std::string location=loc(); // to get the absolute path of the lib where loc is defined in.