KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PNS::DEBUG_DECORATOR::SRC_LOCATION_INFO Struct Reference

#include <pns_debug_decorator.h>

Public Member Functions

 SRC_LOCATION_INFO (const std::string &aFileName="", const std::string &aFuncName="", int aLine=0)
 

Public Attributes

std::string fileName
 
std::string funcName
 
int line
 

Detailed Description

Definition at line 44 of file pns_debug_decorator.h.

Constructor & Destructor Documentation

◆ SRC_LOCATION_INFO()

PNS::DEBUG_DECORATOR::SRC_LOCATION_INFO::SRC_LOCATION_INFO ( const std::string &  aFileName = "",
const std::string &  aFuncName = "",
int  aLine = 0 
)
inline

Definition at line 46 of file pns_debug_decorator.h.

Member Data Documentation

◆ fileName

std::string PNS::DEBUG_DECORATOR::SRC_LOCATION_INFO::fileName

Definition at line 54 of file pns_debug_decorator.h.

Referenced by PNS_LOG_VIEWER_FRAME::buildListTree().

◆ funcName

std::string PNS::DEBUG_DECORATOR::SRC_LOCATION_INFO::funcName

Definition at line 55 of file pns_debug_decorator.h.

Referenced by PNS_LOG_VIEWER_FRAME::buildListTree().

◆ line

int PNS::DEBUG_DECORATOR::SRC_LOCATION_INFO::line

Definition at line 56 of file pns_debug_decorator.h.

Referenced by PNS_LOG_VIEWER_FRAME::buildListTree().


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