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

chm::chm_search_match Struct Reference

Search match for keyword found inside the index. More...

#include <chmxx.h>

List of all members.

Public Attributes

int is_title
 Given key is inside a title.

std::string key
 Key that was found inside the index.

std::vector< chm_search_documentdocuments
 Documents matching to this index.


Detailed Description

Search match for keyword found inside the index.

Definition at line 47 of file chmxx.h.


Member Data Documentation

std::vector<chm_search_document> chm::chm_search_match::documents
 

Documents matching to this index.

Definition at line 50 of file chmxx.h.

int chm::chm_search_match::is_title
 

Given key is inside a title.

Definition at line 48 of file chmxx.h.

std::string chm::chm_search_match::key
 

Key that was found inside the index.

Definition at line 49 of file chmxx.h.


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