#include <DocumentProps.hpp>
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. |
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.
|
|
|
|
|
get document length.
|
|
set document length.
|
|
get docID.
|
|
set docID, we're not making a copy.
|