Macros
ProvideFilePathMacro.h File Reference
#include "boost/filesystem.hpp"
#include "cetlib/compiler_macros.h"
#include <string>

Go to the source code of this file.

Macros

#define CET_PROVIDE_FILE_PATH()
 

Macro Definition Documentation

#define CET_PROVIDE_FILE_PATH ( )
Value:
std::string get_source_location() \
{ \
bfs::path const p{__FILE__}; \
return bfs::complete(p).native(); \
} \
EXTERN_C_FUNC_DECLARE_END
std::string string
Definition: nybbler.cc:12
p
Definition: test.py:223

Definition at line 17 of file ProvideFilePathMacro.h.