#include <CDocumentFrequencyList.h>
Public Types | |
typedef CDocumentFrequencyElement * | iterator |
mimicking STL iterator is simple pointer | |
typedef CDocumentFrequencyElement const * | const_iterator |
mimicking STL const_iterator is simple const pointer | |
Public Member Functions | |
CDocumentFrequencyList (size_t inSize) | |
CDocumentFrequencyList () | |
~CDocumentFrequencyList () | |
bool | writeBinary (ostream &outStream) const |
bool | readBinary (istream &inStream) |
iterator | begin () |
mimicking STL | |
iterator | end () |
mimicking STL | |
const_iterator | begin () const |
mimicking STL | |
const_iterator | end () const |
mimicking STL | |
size_t | size () const |
mimicking STL | |
void | setEnd (CDocumentFrequencyElement *) |
to set the end of this |
|
Constructor |
|
Constructor |
|
Destructor |
|
A nice function for reading the whole list as binary (as opposed to human readable ascii) from a file |
|
A nice function for writing the whole list as binary (as opposed to human readable ascii) into a file |