Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Ase::LogFormat Struct Reference

Wrap a string together with its source code location. More...

#include "logging.hh"

Public Member Functions

 LogFormat (const char *s, std::source_location l=std::source_location::current())
 

Public Attributes

std::source_location location
 
const char *const cstr
 

Detailed Description

Wrap a string together with its source code location.

Definition at line 10 of file logging.hh.

Constructor & Destructor Documentation

◆ LogFormat()

Ase::LogFormat::LogFormat ( const char s,
std::source_location  l = std::source_location::current() 
)

Definition at line 13 of file logging.hh.

Member Data Documentation

◆ cstr

const char* const Ase::LogFormat::cstr

Definition at line 12 of file logging.hh.

◆ location

std::source_location Ase::LogFormat::location

Definition at line 11 of file logging.hh.


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