group Analysis-options support
Analysis-options support
Functions
Name | |
---|---|
const std::vector< std::string > & | options() const Get the option list. |
bool | validOption(std::string key, std::string val) const Check if the given option is valid. |
void | setOptions(const std::vector< std::string > & opts) Set the option list. |
void | buildOptionMap() Build a map of options to facilitate checking. |
Functions Documentation
function options
inline const std::vector< std::string > & options() const
Get the option list.
function validOption
bool validOption(
std::string key,
std::string val
) const
Check if the given option is valid.
function setOptions
inline void setOptions(
const std::vector< std::string > & opts
)
Set the option list.
function buildOptionMap
void buildOptionMap()
Build a map of options to facilitate checking.
Updated on 2022-08-07 at 20:17:18 +0100