DATAKIT API
V2025.1
Main Page
API Reference
dtk_invrReader.hpp
Go to the documentation of this file.
1
/**********************************************************
2
DTK_INVRREADER.H
3
***********************************************************/
4
5
#ifndef _DTK_INVRREADER_H_
6
#define _DTK_INVRREADER_H_
7
8
#include "
util/dtk_reader.hpp
"
9
10
11
12
class
InvReader
:
public
Dtk_Reader
13
{
14
15
public :
16
virtual
~InvReader
();
17
18
static
Dtk_bool
Enable
();
19
20
void
*
GetSearchEngine
();
21
};
22
23
#endif
Dtk_Reader
Definition:
dtk_reader.hpp:15
Dtk_bool
char Dtk_bool
Definition:
define.h:725
InvReader::Enable
static Dtk_bool Enable()
InvReader::~InvReader
virtual ~InvReader()
InvReader::GetSearchEngine
void * GetSearchEngine()
InvReader
Definition:
dtk_invrReader.hpp:13
dtk_reader.hpp
ClientsCMake
Lib_Include
dtk_readers
dtk_invrReader.hpp