FACT++  1.0
const std::map<std::string,std::string>& Configuration::GetWildcardOptions ( ) const
inline

Definition at line 121 of file Configuration.h.

References fWildcardOptions.

Referenced by StateMachineAgilent< T, S >::EvalOptions(), Main::execute(), and GetOptions().

121 { return fWildcardOptions; }
std::map< std::string, std::string > fWildcardOptions
Storage container for unrecognized options retrieved from the database.
Definition: Configuration.h:35

+ Here is the caller graph for this function: