Agora  1.2.0
Agora project
spdlog::source_loc Struct Reference

#include <common.h>

Public Member Functions

constexpr source_loc ()=default
 
constexpr source_loc (const char *filename_in, int line_in, const char *funcname_in)
 
constexpr bool empty () const noexcept
 

Public Attributes

const char * filename {nullptr}
 
int line {0}
 
const char * funcname {nullptr}
 

Constructor & Destructor Documentation

◆ source_loc() [1/2]

constexpr spdlog::source_loc::source_loc ( )
constexprdefault

◆ source_loc() [2/2]

constexpr spdlog::source_loc::source_loc ( const char *  filename_in,
int  line_in,
const char *  funcname_in 
)
inlineconstexpr

Member Function Documentation

◆ empty()

constexpr bool spdlog::source_loc::empty ( ) const
inlineconstexprnoexcept
Here is the caller graph for this function:

Member Data Documentation

◆ filename

const char* spdlog::source_loc::filename {nullptr}

◆ funcname

const char* spdlog::source_loc::funcname {nullptr}

◆ line

int spdlog::source_loc::line {0}

The documentation for this struct was generated from the following file: