KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pns_log_file.cpp File Reference

Go to the source code of this file.

Functions

static const wxString readLine (FILE *f)
 
bool comparePnsItems (const PNS::ITEM *a, const PNS::ITEM *b)
 
const std::set< PNS::ITEM * > deduplicate (const std::vector< PNS::ITEM * > &items)
 

Function Documentation

◆ comparePnsItems()

◆ deduplicate()

const std::set< PNS::ITEM * > deduplicate ( const std::vector< PNS::ITEM * > &  items)

Definition at line 236 of file pns_log_file.cpp.

References comparePnsItems().

Referenced by PNS_LOG_FILE::COMMIT_STATE::Compare().

◆ readLine()

static const wxString readLine ( FILE *  f)
static

Definition at line 58 of file pns_log_file.cpp.

Referenced by PNS_LOG_FILE::Load().