|
KiCad PCB EDA Suite
|
#include <text_eval_environment.h>
Public Member Functions | |
| bool | operator== (const SOURCE_VALUES &) const =default |
Public Attributes | |
| std::map< wxString, std::optional< wxString > > | environmentVariables |
| bool | randomUsed = false |
| std::optional< wxDateTime > | time |
| std::map< wxString, wxString > | gitHashes |
| std::map< VCS_KEY, VCS_VALUE > | vcsValues |
| std::map< CROSS_REFERENCE_KEY, CROSS_REFERENCE_VALUE > | crossReferences |
Definition at line 78 of file text_eval_environment.h.
|
default |
| std::map<CROSS_REFERENCE_KEY, CROSS_REFERENCE_VALUE> TEXT_EVAL::ENVIRONMENT::SOURCE_VALUES::crossReferences |
Definition at line 85 of file text_eval_environment.h.
| std::map<wxString, std::optional<wxString> > TEXT_EVAL::ENVIRONMENT::SOURCE_VALUES::environmentVariables |
Definition at line 80 of file text_eval_environment.h.
Referenced by BOOST_AUTO_TEST_CASE().
| std::map<wxString, wxString> TEXT_EVAL::ENVIRONMENT::SOURCE_VALUES::gitHashes |
Definition at line 83 of file text_eval_environment.h.
| bool TEXT_EVAL::ENVIRONMENT::SOURCE_VALUES::randomUsed = false |
Definition at line 81 of file text_eval_environment.h.
Referenced by BOOST_AUTO_TEST_CASE().
| std::optional<wxDateTime> TEXT_EVAL::ENVIRONMENT::SOURCE_VALUES::time |
Definition at line 82 of file text_eval_environment.h.
Referenced by BOOST_AUTO_TEST_CASE().
Definition at line 84 of file text_eval_environment.h.
Referenced by BOOST_AUTO_TEST_CASE().