|
KiCad PCB EDA Suite
|
#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 |
Definition at line 44 of file pns_debug_decorator.h.
|
inline |
Definition at line 46 of file pns_debug_decorator.h.
| 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(), and SRC_LOCATION_INFO().
| 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(), and SRC_LOCATION_INFO().
| 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(), and SRC_LOCATION_INFO().