KiCad PCB EDA Suite
Loading...
Searching...
No Matches
TEXT_EVAL::ENVIRONMENT::SOURCE_VALUES Struct Reference

#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_VALUEvcsValues
 
std::map< CROSS_REFERENCE_KEY, CROSS_REFERENCE_VALUEcrossReferences
 

Detailed Description

Definition at line 78 of file text_eval_environment.h.

Member Function Documentation

◆ operator==()

bool TEXT_EVAL::ENVIRONMENT::SOURCE_VALUES::operator== ( const SOURCE_VALUES & ) const
default

Member Data Documentation

◆ crossReferences

std::map<CROSS_REFERENCE_KEY, CROSS_REFERENCE_VALUE> TEXT_EVAL::ENVIRONMENT::SOURCE_VALUES::crossReferences

Definition at line 85 of file text_eval_environment.h.

◆ environmentVariables

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().

◆ gitHashes

std::map<wxString, wxString> TEXT_EVAL::ENVIRONMENT::SOURCE_VALUES::gitHashes

Definition at line 83 of file text_eval_environment.h.

◆ randomUsed

bool TEXT_EVAL::ENVIRONMENT::SOURCE_VALUES::randomUsed = false

Definition at line 81 of file text_eval_environment.h.

Referenced by BOOST_AUTO_TEST_CASE().

◆ time

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().

◆ vcsValues

std::map<VCS_KEY, VCS_VALUE> TEXT_EVAL::ENVIRONMENT::SOURCE_VALUES::vcsValues

Definition at line 84 of file text_eval_environment.h.

Referenced by BOOST_AUTO_TEST_CASE().


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