JASSv2
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
JASS::ciff_lin::doc_record Class Reference

a document record object containing document lengths and primary keys More...

#include <ciff_lin.h>

Collaboration diagram for JASS::ciff_lin::doc_record:
Collaboration graph
[legend]

Public Member Functions

 doc_record ()
 Constructor.
 
void clear (void)
 Clear the contents of this doc record.
 

Static Public Member Functions

static error_code get_next (doc_record &into, const uint8_t *&stream)
 Get the next doc record from the stream.
 

Public Attributes

int32_t docid
 The docid in the postings lists.
 
slice collection_docid
 The primary key as a <pointer,length> tuple.
 
int32_t doclength
 The length of the document.
 

Detailed Description

a document record object containing document lengths and primary keys


The documentation for this class was generated from the following file: