Lucene++ - a full-featured, c++ search engine
API Documentation


Loading...
Searching...
No Matches
Lucene::CompoundFileReader::FileEntry Struct Reference

#include <CompoundFileReader.h>

Public Member Functions

 FileEntry (int64_t offset=0, int64_t length=0)

Data Fields

int64_t offset
int64_t length

Constructor & Destructor Documentation

◆ FileEntry()

Lucene::CompoundFileReader::FileEntry::FileEntry ( int64_t offset = 0,
int64_t length = 0 )
inline

References length, and offset.

Field Documentation

◆ length

int64_t Lucene::CompoundFileReader::FileEntry::length

Referenced by FileEntry().

◆ offset

int64_t Lucene::CompoundFileReader::FileEntry::offset

Referenced by FileEntry().


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

clucene.sourceforge.net