Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

DocumentProps Class Reference

Class for set of Document Properties. More...

#include <DocumentProps.hpp>

List of all members.

Public Methods

 DocumentProps ()
 ~DocumentProps ()
void length (int dl)
 set document length.

int length ()
 get document length.

void stringID (char *did)
 set docID, we're not making a copy.

char* stringID ()
 get docID.


Detailed Description

Class for set of Document Properties.

this is a supporting class for classes that want to pass one object around that would have access methods for properties that a document might have. this class should be subclassed, adding access methods for the particular information needs for a particular index.


Constructor & Destructor Documentation

DocumentProps::DocumentProps ( ) [inline]
 

DocumentProps::~DocumentProps ( ) [inline]
 


Member Function Documentation

int DocumentProps::length ( ) [inline]
 

get document length.

void DocumentProps::length ( int dl ) [inline]
 

set document length.

char * DocumentProps::stringID ( ) [inline]
 

get docID.

void DocumentProps::stringID ( char * did ) [inline]
 

set docID, we're not making a copy.


The documentation for this class was generated from the following file:
Generated at Fri Jul 26 18:22:46 2002 for LEMUR by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000