KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SCOPED_TEMP_LIB Class Reference

A temporary symbol library that is removed when it goes out of scope. More...

Public Member Functions

 SCOPED_TEMP_LIB ()
 
 ~SCOPED_TEMP_LIB ()
 
const wxString & GetPath () const
 

Private Attributes

wxString m_dir
 
wxString m_path
 

Detailed Description

A temporary symbol library that is removed when it goes out of scope.

Definition at line 58 of file test_lib_part.cpp.

Constructor & Destructor Documentation

◆ SCOPED_TEMP_LIB()

SCOPED_TEMP_LIB::SCOPED_TEMP_LIB ( )
inline

Definition at line 61 of file test_lib_part.cpp.

References m_dir, and m_path.

◆ ~SCOPED_TEMP_LIB()

SCOPED_TEMP_LIB::~SCOPED_TEMP_LIB ( )
inline

Definition at line 70 of file test_lib_part.cpp.

References m_dir.

Member Function Documentation

◆ GetPath()

const wxString & SCOPED_TEMP_LIB::GetPath ( ) const
inline

Definition at line 76 of file test_lib_part.cpp.

References m_path.

Referenced by BOOST_AUTO_TEST_CASE().

Member Data Documentation

◆ m_dir

wxString SCOPED_TEMP_LIB::m_dir
private

Definition at line 79 of file test_lib_part.cpp.

Referenced by SCOPED_TEMP_LIB(), and ~SCOPED_TEMP_LIB().

◆ m_path

wxString SCOPED_TEMP_LIB::m_path
private

Definition at line 80 of file test_lib_part.cpp.

Referenced by GetPath(), and SCOPED_TEMP_LIB().


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