Livox SDK API  V2.2.0
spdlog::source_loc Struct Reference

#include <common.h>

Public Member Functions

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

Public Attributes

const char * filename
 
uint32_t line
 
const char * funcname
 

Detailed Description

Definition at line 208 of file common.h.

Constructor & Destructor Documentation

constexpr spdlog::source_loc::source_loc ( )
inline

Definition at line 210 of file common.h.

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

Definition at line 216 of file common.h.

Member Function Documentation

constexpr bool spdlog::source_loc::empty ( ) const
inlinenoexcept

Definition at line 223 of file common.h.

Member Data Documentation

const char* spdlog::source_loc::filename

Definition at line 227 of file common.h.

const char* spdlog::source_loc::funcname

Definition at line 229 of file common.h.

uint32_t spdlog::source_loc::line

Definition at line 228 of file common.h.


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