DATAKIT API  V2025.1
dtk_QifReader.hpp
Go to the documentation of this file.
1 #pragma once
2 #ifndef _UTIL_NEW_READER_HPP_
3 #define _UTIL_NEW_READER_HPP_
4 
5 
6 class QifReader : public Dtk_Reader
7 {
8 protected:
9 public :
10  virtual ~QifReader() = 0;
11  static Dtk_bool Enable();
12 };
13 
14 
15 #endif
16 
Dtk_Reader
Definition: dtk_reader.hpp:15
Dtk_bool
char Dtk_bool
Definition: define.h:725
QifReader::Enable
static Dtk_bool Enable()
QifReader
Definition: dtk_QifReader.hpp:7
QifReader::~QifReader
virtual ~QifReader()=0