GnuCash c935c2f+
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
ModuleEntry Struct Reference

Public Member Functions

 ModuleEntry (const std::string &name, QofLogLevel level)
 

Data Fields

std::string m_name
 
QofLogLevel m_level
 
MEVec m_children
 

Detailed Description

Definition at line 81 of file qoflog.cpp.

Constructor & Destructor Documentation

◆ ModuleEntry()

ModuleEntry::ModuleEntry ( const std::string &  name,
QofLogLevel  level 
)
inline

Definition at line 83 of file qoflog.cpp.

83 :
84 m_name{name}, m_level{level} {
85 m_children.reserve(parts);
86 }

Field Documentation

◆ m_children

MEVec ModuleEntry::m_children

Definition at line 90 of file qoflog.cpp.

◆ m_level

QofLogLevel ModuleEntry::m_level

Definition at line 89 of file qoflog.cpp.

◆ m_name

std::string ModuleEntry::m_name

Definition at line 88 of file qoflog.cpp.


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