CLI
- Stubbed ::getWords and ::getModifications.
This commit is contained in:
14
src/CLI.cpp
14
src/CLI.cpp
@@ -271,6 +271,20 @@ const std::string CLI::getFilter () const
|
||||
return filter;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
const std::vector <std::string> CLI::getWords () const
|
||||
{
|
||||
std::vector <std::string> words;
|
||||
return words;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
const std::vector <std::string> CLI::getModifications () const
|
||||
{
|
||||
std::vector <std::string> modifications;
|
||||
return modifications;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void CLI::dump (const std::string& label) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user