Photon 1.0.0
Loading...
Searching...
No Matches
spdlog::source_loc Struct Reference

#include <common.h>

Public Member Functions

SPDLOG_CONSTEXPR source_loc ()=default
 
SPDLOG_CONSTEXPR source_loc (const char *filename_in, int line_in, const char *funcname_in)
 
SPDLOG_CONSTEXPR bool empty () const SPDLOG_NOEXCEPT
 

Public Attributes

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

Constructor & Destructor Documentation

◆ source_loc() [1/2]

SPDLOG_CONSTEXPR spdlog::source_loc::source_loc ( )
default

◆ source_loc() [2/2]

SPDLOG_CONSTEXPR spdlog::source_loc::source_loc ( const char *  filename_in,
int  line_in,
const char *  funcname_in 
)
inline

Member Function Documentation

◆ empty()

SPDLOG_CONSTEXPR bool spdlog::source_loc::empty ( ) const
inline

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: