Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CP_DocumentNameMatch Class Reference

Class used in our document name search to compare document titles.

List of all members.

Public Member Functions

 CP_DocumentNameMatch (const CP_String &inDocumentTitle)
bool operator() (const CP_Document_Base *inDocument) const

Private Attributes

CP_String fDocumentTitle


Constructor & Destructor Documentation

CP_DocumentNameMatch::CP_DocumentNameMatch const CP_String inDocumentTitle  ) 
 

Constructor.

Parameters:
inDocumentTitle The document title to compare.
Exceptions:
none 


Member Function Documentation

bool CP_DocumentNameMatch::operator() const CP_Document_Base inDocument  )  const
 

operator (). This is comparison operator that compares the title of the passed in document, with the title set in this objects constructor.

Parameters:
inDocument The document to compare titles against.
Exceptions:
none 
Returns:
bool True if the titles match.


Member Data Documentation

CP_String CP_DocumentNameMatch::fDocumentTitle [private]
 


The documentation for this class was generated from the following file:
Generated on Sat Sep 17 20:01:30 2005 for CPLAT by  doxygen 1.4.0