group Analysis-options support

Analysis-options support

Functions

Name
const std::vector< std::string > &options() const
Get the option list.
boolvalidOption(std::string key, std::string val) const
Check if the given option is valid.
voidsetOptions(const std::vector< std::string > & opts)
Set the option list.
voidbuildOptionMap()
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