Flecs v4.1
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
flecs::log::_::fmt_str Struct Reference

Public Member Functions

 fmt_str (const char *fmt_)
 

Public Attributes

const char * fmt
 
const char * file
 
int32_t line
 

Detailed Description

Definition at line 24 of file log.hpp.

Constructor & Destructor Documentation

◆ fmt_str()

flecs::log::_::fmt_str::fmt_str ( const char * fmt_)
inline

Definition at line 32 of file log.hpp.

Member Data Documentation

◆ file

const char* flecs::log::_::fmt_str::file

Definition at line 39 of file log.hpp.

◆ fmt

const char* flecs::log::_::fmt_str::fmt

Definition at line 38 of file log.hpp.

◆ line

int32_t flecs::log::_::fmt_str::line

Definition at line 40 of file log.hpp.


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