23 #ifndef _FILELINE_LOCATION_HPP_ 24 #define _FILELINE_LOCATION_HPP_ 45 void set (
const char *fn_arg,
int l_arg);
51 #define FILELINE_LOCATION_AS_ARGS(fileline) (fileline).m_file, (fileline).m_line 56 #endif // _FILELINE_LOCATION_HPP_ char m_file[MAX_FILENAME_SIZE]
fileline_location(const char *fn_arg="", int l_arg=0)
static const std::size_t MAX_FILENAME_SIZE
static const char * print_format(void)
std::ostream & operator<<(std::ostream &os, const fileline_location &fileline)