pdf::PDFSearchTaskInfo Struct Reference

Information of a search task. More...

#include <pdf_searcher.h>

Public Member Functions

void operator= (PDFSearchTaskInfo &right)

Data Fields

unsigned int ref_id
bool search_all
bool forward

Detailed Description

Information of a search task.

Definition at line 64 of file pdf_searcher.h.


Member Function Documentation

void pdf::PDFSearchTaskInfo::operator= ( PDFSearchTaskInfo right  )  [inline]

Definition at line 70 of file pdf_searcher.h.

References forward, ref_id, and search_all.

00071     {
00072         this->ref_id = right.ref_id;
00073         this->search_all = right.search_all;
00074         this->forward = right.forward;
00075     }


Field Documentation

Definition at line 68 of file pdf_searcher.h.

Referenced by operator=().

Definition at line 66 of file pdf_searcher.h.

Referenced by operator=().

Definition at line 67 of file pdf_searcher.h.

Referenced by operator=().


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