Nibbler
- Implemented Nibbler::getName to parse an alpha-numeric name. - Added appropriate unit tests.
This commit is contained in:
@@ -66,6 +66,7 @@ public:
|
||||
bool getDate (const std::string&, time_t&);
|
||||
bool getOneOf (const std::vector <std::string>&, std::string&);
|
||||
bool getDOM (std::string&);
|
||||
bool getName (std::string&);
|
||||
bool getWord (std::string&);
|
||||
|
||||
bool skipN (const int quantity = 1);
|
||||
|
||||
Reference in New Issue
Block a user