Inheritance diagram for PalindromeExercise:
Public Methods | |
PalindromeExercise (string name) | |
Protected Methods | |
void | execute () |
void | getInput () |
Static Private Methods | |
bool | isPalindrome (const string &strToTest) |
Private Attributes | |
string | fWord |
© Bernhard Wagner, xmlizer.biz, 2003.
Definition at line 12 of file PalindromeExercise.cpp.
|
Constructor.
Definition at line 20 of file PalindromeExercise.cpp. |
|
Gets the input for this exercise. To be overridden in subclasses. (Hook Method) Reimplemented from AbstractExercise. Definition at line 56 of file PalindromeExercise.cpp. References fWord, and isPalindrome(). |
|
Gets the input for this exercise. To be overridden in subclasses. (Hook Method) Reimplemented from AbstractExercise. Definition at line 51 of file PalindromeExercise.cpp. References fWord. |
|
Definition at line 60 of file PalindromeExercise.cpp. Referenced by execute(). |
|
Definition at line 37 of file PalindromeExercise.cpp. Referenced by execute(), and getInput(). |