|
Sierra Toolkit
Version of the Day
|
Class WriterParser implements a parser a Writer PrintMask string. More...
#include <WriterParser.hpp>


Public Types | |
| typedef OptionMaskParser::Mask | Mask |
| Typedef Mask bring the OptionMaskParser Mask definition into this namespace. | |
Public Member Functions | |
| WriterParser () | |
| Creates a new WriterParser instance containing the lowerest level PrintMask names. | |
| Mask | parse (const char *mask_string) const |
| Member function parse returns the mask which results from parsing the mask_string. | |
| virtual void | parseArg (const std::string &name, const std::string &arg) const |
| Member function parseArg parses the argument and its argument values. | |
Class WriterParser implements a parser a Writer PrintMask string.
Definition at line 18 of file WriterParser.hpp.
| OptionMaskParser::Mask stk_classic::diag::WriterParser::parse | ( | const char * | mask_string | ) | const [virtual] |
Member function parse returns the mask which results from parsing the mask_string.
| mask_string | a std::string const reference to the string to be parsed. |
Reimplemented from stk_classic::diag::OptionMaskParser.
Definition at line 26 of file WriterParser.cpp.
| void stk_classic::diag::WriterParser::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.
Definition at line 35 of file WriterParser.cpp.