#include <stringTools.h>
Public Member Functions | |
std::string | operator() () |
void | reset () |
stringUpdate (const std::string &is) | |
bool | updated () const |
Private Attributes | |
size_t | old |
const std::string & | s |
return the new substring...
Definition at line 25 of file stringTools.h.
stringUpdate::stringUpdate | ( | const std::string & | is | ) | [inline] |
Definition at line 27 of file stringTools.h.
std::string stringUpdate::operator() | ( | ) | [inline] |
void stringUpdate::reset | ( | void | ) | [inline] |
bool stringUpdate::updated | ( | ) | const [inline] |
size_t stringUpdate::old [private] |
Definition at line 44 of file stringTools.h.
Referenced by operator()(), reset(), and updated().
const std::string& stringUpdate::s [private] |
Definition at line 43 of file stringTools.h.
Referenced by operator()(), and updated().