Cppcheck
|
#include <sourcelocation.h>
Public Member Functions | |
std::uint_least32_t | line () const |
std::uint_least32_t | column () const |
const char * | file_name () const |
const char * | function_name () const |
Static Public Member Functions | |
static SourceLocation | current () |
Public Attributes | |
std::uint_least32_t | m_line = 0 |
std::uint_least32_t | m_column = 0 |
const char * | m_file_name = "" |
const char * | m_function_name = "" |
Definition at line 60 of file sourcelocation.h.
|
inline |
Definition at line 86 of file sourcelocation.h.
References m_column.
|
inlinestatic |
Definition at line 75 of file sourcelocation.h.
|
inline |
Definition at line 89 of file sourcelocation.h.
References m_file_name.
Referenced by ValueType::setDebugPath(), and setSourceLocation().
|
inline |
Definition at line 92 of file sourcelocation.h.
References m_function_name.
Referenced by ValueType::setDebugPath(), and setSourceLocation().
|
inline |
Definition at line 83 of file sourcelocation.h.
References m_line.
Referenced by ValueType::setDebugPath(), and setSourceLocation().
std::uint_least32_t SourceLocation::m_column = 0 |
Definition at line 80 of file sourcelocation.h.
Referenced by column().
const char* SourceLocation::m_file_name = "" |
Definition at line 81 of file sourcelocation.h.
Referenced by file_name().
const char* SourceLocation::m_function_name = "" |
Definition at line 82 of file sourcelocation.h.
Referenced by function_name().
std::uint_least32_t SourceLocation::m_line = 0 |
Definition at line 79 of file sourcelocation.h.
Referenced by line().