WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
spdlog::source_loc Struct Reference

#include <common.h>

Public Member Functions

SPDLOG_CONSTEXPR source_loc ()
 
SPDLOG_CONSTEXPR source_loc (const char *filename, int line, const char *funcname)
 
SPDLOG_CONSTEXPR bool empty () const SPDLOG_NOEXCEPT
 

Public Attributes

const char * filename
 
uint32_t line
 
const char * funcname
 

Detailed Description

Definition at line 205 of file common.h.

Constructor & Destructor Documentation

◆ source_loc() [1/2]

SPDLOG_CONSTEXPR spdlog::source_loc::source_loc ( )
inline

Definition at line 207 of file common.h.

◆ source_loc() [2/2]

SPDLOG_CONSTEXPR spdlog::source_loc::source_loc ( const char *  filename,
int  line,
const char *  funcname 
)
inline

Definition at line 213 of file common.h.

Member Function Documentation

◆ empty()

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

Definition at line 220 of file common.h.

Here is the caller graph for this function:

Member Data Documentation

◆ filename

const char* spdlog::source_loc::filename

Definition at line 224 of file common.h.

◆ funcname

const char* spdlog::source_loc::funcname

Definition at line 226 of file common.h.

◆ line

uint32_t spdlog::source_loc::line

Definition at line 225 of file common.h.


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