Main Page   Namespace List   Class Hierarchy   Alphabetical List   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 () const
 get document length

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

const char * stringID () const
 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   const [inline]
 

get document length

void DocumentProps::length int    dl [inline]
 

set document length

const char* DocumentProps::stringID   const [inline]
 

get docID

void DocumentProps::stringID const char *    did [inline]
 

set docID, we're not making a copy


The documentation for this class was generated from the following file:
Generated on Wed Nov 3 12:59:31 2004 for Lemur Toolkit by doxygen1.2.18