Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Finder.cpp File Reference

#include <iostream>
#include <fstream>
#include <string.h>
#include <string>
#include <list>
#include <map>
#include <File.h>
#include <stdio.h>
#include <Directory.h>
#include <Path.h>
#include <NodeInfo.h>
#include <algorithm>
#include <vector>
#include <StopWatch.h>
#include <Application.h>
#include "FinderWindow.h"
#include <Message.h>
#include <strstream>
#include "libpq++.h"
#include "utils.h"
#include "Finder.h"

Compounds

struct  bg_search_data_t

Functions

void find_word ( PgDatabase & data, map<string,double> & results, string word )
void find_words ( PgDatabase & data, map<string,double> & matches, list<string> & words )
void search ( map<string,double> & matches, list<string> & words )
int32 background_search_thread ( void * _data )
void background_search ( BMessenger msgr, string query_string )
int main (int numArg, const char ** argv)

Function Documentation

void background_search ( BMessenger msgr,
string query_string )
 

int32 background_search_thread ( void * _data )
 

void find_word ( PgDatabase & data,
map< string,double >& results,
string word )
 

void find_words ( PgDatabase & data,
map< string,double >& matches,
list< string >& words )
 

int main ( int numArg,
const char ** argv )
 

void search ( map< string,double >& matches,
list< string >& words )
 


Generated at Mon Oct 20 08:37:03 2003 for BeIndexed by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000