Main Page   Namespace List   Compound List   File List   Compound Members   File Members  

chm::chm_search_document Struct Reference

Matched document inside the search result. More...

#include <chmxx.h>

List of all members.

Public Attributes

std::string title
 Document title.

std::string path
 Document path.

std::vector< int > offsets
 Where inside this document the result was found.


Detailed Description

Matched document inside the search result.

Definition at line 40 of file chmxx.h.


Member Data Documentation

std::vector<int> chm::chm_search_document::offsets
 

Where inside this document the result was found.

Definition at line 43 of file chmxx.h.

std::string chm::chm_search_document::path
 

Document path.

Definition at line 42 of file chmxx.h.

std::string chm::chm_search_document::title
 

Document title.

Definition at line 41 of file chmxx.h.


The documentation for this struct was generated from the following file:
Copyright © 2003 Indrek Mandre