Wittyshare  0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Typedefs | Functions
WsMnoGoSearch.h File Reference
#include <dlfcn.h>
#include <udmsearch.h>
#include <udm_utils.h>
#include <Search/WsAbstractSearch.h>
Include dependency graph for WsMnoGoSearch.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  WsMnoGoSearch
 

Typedefs

typedef UDM_ENV *(* pf_UdmEnvInit )(UDM_ENV *Env)
 
typedef UDM_AGENT *(* pf_UdmAgentInit )(UDM_AGENT *Agent, UDM_ENV *Env, int id)
 
typedef int(* pf_UdmAgentAddLine )(UDM_AGENT *Agent, const char *line)
 
typedef UDM_RESULT *(* pf_UdmFind2 )(UDM_AGENT *Agent, const char *query)
 
typedef int(* pf_UdmVarListFindInt )(UDM_VARLIST *vars, const char *name, const int defval)
 
typedef const char *(* pf_UdmVarListFindStr )(UDM_VARLIST *vars, const char *name, const char *defval)
 
typedef void(* pf_UdmResultFree )(UDM_RESULT *Result)
 
typedef void(* pf_UdmAgentFree )(UDM_AGENT *Agent)
 
typedef void(* pf_UdmEnvFree )(UDM_ENV *Env)
 

Functions

void WsMnoGoSearchInit (void) __attribute__((constructor))
 
WsMnoGoSearchbuildModule ()
 

Typedef Documentation

typedef int(* pf_UdmAgentAddLine)(UDM_AGENT *Agent, const char *line)

Definition at line 24 of file WsMnoGoSearch.h.

typedef void(* pf_UdmAgentFree)(UDM_AGENT *Agent)

Definition at line 29 of file WsMnoGoSearch.h.

typedef UDM_AGENT*(* pf_UdmAgentInit)(UDM_AGENT *Agent, UDM_ENV *Env, int id)

Definition at line 23 of file WsMnoGoSearch.h.

typedef void(* pf_UdmEnvFree)(UDM_ENV *Env)

Definition at line 30 of file WsMnoGoSearch.h.

typedef UDM_ENV*(* pf_UdmEnvInit)(UDM_ENV *Env)

Definition at line 22 of file WsMnoGoSearch.h.

typedef UDM_RESULT*(* pf_UdmFind2)(UDM_AGENT *Agent, const char *query)

Definition at line 25 of file WsMnoGoSearch.h.

typedef void(* pf_UdmResultFree)(UDM_RESULT *Result)

Definition at line 28 of file WsMnoGoSearch.h.

typedef int(* pf_UdmVarListFindInt)(UDM_VARLIST *vars, const char *name, const int defval)

Definition at line 26 of file WsMnoGoSearch.h.

typedef const char*(* pf_UdmVarListFindStr)(UDM_VARLIST *vars, const char *name, const char *defval)

Definition at line 27 of file WsMnoGoSearch.h.

Function Documentation

WsMnoGoSearch* buildModule ( )

Definition at line 90 of file WsMnoGoSearch.h.

void WsMnoGoSearchInit ( void  )

Filename: WsMnoGoSearch.cpp

Description: Search the documents and filter according to user rights

Version:  1.0
Created:  07/11/2011 01:56:55 PM

Revision: none Compiler: gcc

Definition at line 15 of file WsMnoGoSearch.cpp.