ddc
Classes | Typedefs
ConcSession.h File Reference
#include "ConcIndexatorInvoker.h"
#include "QueryResult.h"
#include "NavHint.h"
#include "../CommonLib/ddcRandom.h"
Include dependency graph for ConcSession.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CConcSession
 class for a single (thread-local) DDC query session; formerly CConcHolder An instance of CConcSession is created for each thread querying a corpus. It contains all user options for query processing such as m_ResultLimit (maximal number of hits to output) or m_QueryResultStr (the string representation of the query result). More...
 

Typedefs

typedef bool(* SaveTriggerType) (const string &, DWORD LParam)
 save trigger for ConcordPattern application More...
 

Typedef Documentation

◆ SaveTriggerType

typedef bool(* SaveTriggerType) (const string &, DWORD LParam)

save trigger for ConcordPattern application