|
Sierra Toolkit
Version of the Day
|
Class TimerParser implements the bit mask parser for the timer's bit masks. More...
#include <Timer.hpp>


Public Member Functions | |
| TimerParser () | |
| Mask | parse (const char *mask_string) const |
| Member function parse parses the mask string and generates the corresponding bit mask. | |
| virtual void | parseArg (const std::string &name, const std::string &arg) const |
Public Attributes | |
| stk_classic::diag::MetricsMask | m_metricsSetMask |
| stk_classic::diag::MetricsMask | m_metricsMask |
Class TimerParser implements the bit mask parser for the timer's bit masks.
Creates a new TimerParser instance.
| OptionMaskParser::Mask sierra::Diag::TimerParser::parse | ( | const char * | mask_string | ) | const [virtual] |
Member function parse parses the mask string and generates the corresponding bit mask.
| mask_string | a std::string const reference to the mask string. |
Reimplemented from stk_classic::diag::OptionMaskParser.
| void sierra::Diag::TimerParser::parseArg | ( | const std::string & | name, |
| const std::string & | arg | ||
| ) | const [virtual] |
Member function parseArg parses the argument and its argument values.
| name | a std::string const reference to the argument name. |
| arg | a std::string const reference to the argument values. |
Reimplemented from stk_classic::diag::OptionMaskParser.