pdf::SearchContext Struct Reference

the search context wrappers not only the search criteria, but also the page number and start index. It would be only used in our searching algorithm. More...

#include <pdf_searcher.h>

Collaboration diagram for pdf::SearchContext:
Collaboration graph
[legend]

Public Member Functions

 SearchContext ()
 ~SearchContext ()

Data Fields

bool match_whole_word
bool case_sensitive
bool search_all
bool forward
int word_cursor
int char_cursor
int page_num
stringlist dst_words

Detailed Description

the search context wrappers not only the search criteria, but also the page number and start index. It would be only used in our searching algorithm.

Definition at line 40 of file pdf_searcher.h.


Constructor & Destructor Documentation

pdf::SearchContext::SearchContext (  )  [inline]

Definition at line 51 of file pdf_searcher.h.

00051                    : match_whole_word(true)
00052         , case_sensitive(true)
00053         , search_all(false)
00054         , forward(true)
00055         , word_cursor(0)
00056         , char_cursor(0)
00057         , page_num(1)
00058         , dst_words() {}

pdf::SearchContext::~SearchContext (  )  [inline]

Definition at line 59 of file pdf_searcher.h.

00059 {}


Field Documentation


The documentation for this struct was generated from the following file:
Generated by  doxygen 1.6.2-20100208