VTK  9.3.20240418
vtkSQLiteDatabaseInternals.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
3 
4 #ifndef vtkSQLiteDatabaseInternals_h
5 #define vtkSQLiteDatabaseInternals_h
6 
7 #include "vtk_sqlite.h"
8 
9 VTK_ABI_NAMESPACE_BEGIN
11 {
12 public:
13  sqlite3* SQLiteInstance;
14 };
15 
16 VTK_ABI_NAMESPACE_END
17 #endif
18 // VTK-HeaderTest-Exclude: vtkSQLiteDatabaseInternals.h