#include <WebPage.h>
Public Member Functions | |
string | getFileName () const |
Return the name of the web page. | |
bool | operator< (const WebPage &rhs) |
Overidden less than operator so this can be inserted into a map. | |
void | setFileName (const string &fileName) |
Set the file name of the web page. | |
Private Attributes | |
string | m_fileName |
The file name of the web page. |
|
Return the name of the web page.
|
|
Overidden less than operator so this can be inserted into a map.
|
|
Set the file name of the web page.
|
|
The file name of the web page.
|