WebPage Class Reference

Class that handles information related to a web page. More...

#include <WebPage.h>

List of all members.

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.


Detailed Description

Class that handles information related to a web page.


Member Function Documentation

string getFileName  )  const [inline]
 

Return the name of the web page.

Returns:
The name of the web page.

bool operator< const WebPage rhs  )  [inline]
 

Overidden less than operator so this can be inserted into a map.

Parameters:
rhs Right hand side of the less than expression

void setFileName const string &  fileName  )  [inline]
 

Set the file name of the web page.

Parameters:
fileName File name of the web page


Member Data Documentation

string m_fileName [private]
 

The file name of the web page.


The documentation for this class was generated from the following file:
Generated on Thu Sep 7 22:05:52 2006 for RebeccaAIML by  doxygen 1.4.5