ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Public Member Functions | List of all members
etiss::ConfigAnnouncer Class Reference

simple class to add a configuration option to the list of known options More...

#include <Misc.h>

Public Member Functions

 ConfigAnnouncer (Configuration &config, std::string key, std::string type=std::string(), std::string values=std::string(), std::string description=std::string())
 
 ConfigAnnouncer (std::string key, std::string type=std::string(), std::string values=std::string(), std::string description=std::string())
 

Detailed Description

simple class to add a configuration option to the list of known options

Definition at line 505 of file Misc.h.

Constructor & Destructor Documentation

◆ ConfigAnnouncer() [1/2]

etiss::ConfigAnnouncer::ConfigAnnouncer ( Configuration config,
std::string  key,
std::string  type = std::string(),
std::string  values = std::string(),
std::string  description = std::string() 
)
inline

Definition at line 508 of file Misc.h.

References get_metrics::config, and get_metrics::type.

◆ ConfigAnnouncer() [2/2]

etiss::ConfigAnnouncer::ConfigAnnouncer ( std::string  key,
std::string  type = std::string(),
std::string  values = std::string(),
std::string  description = std::string() 
)
inline

Definition at line 514 of file Misc.h.

References etiss::Configuration::announce(), etiss::cfg(), and get_metrics::type.

Here is the call graph for this function:

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