VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ogrMutex.h
Go to the documentation of this file.
1 
5 #pragma once
6 
8 
9 #include <boost/noncopyable.hpp>
10 
11 #include <memory>
12 
13 namespace MAKVRinTerra
14 {
20 
21 typedef void (*OgrMutexLockFunction)();
22 
24 
25 class DT_DLL_features DtScopedOgrLock : private boost::noncopyable
26 {
27 public:
29  ~DtScopedOgrLock();
30 };
31 
32 class DT_DLL_features DtCPLString : private boost::noncopyable
33 {
34 public:
35  explicit DtCPLString(char* cplstring = 0);
36  ~DtCPLString();
37 
38  char* c_str() const;
39  char** toCPL();
40 
41 private:
42  char* myCPLStr;
43 };
44 
45 }
#define DT_DLL_features
stop complaining about multiple independent base classes for boost::noncopyable this should probably ...
Definition: featuresDefines.h:36
Definition: ogrMutex.h:25
DT_DLL_features void setOgrMutex(OgrMutexLockFunction lock, OgrMutexLockFunction unlock)
void(* OgrMutexLockFunction)()
Definition: ogrMutex.h:21
Definition: ogrMutex.h:32
DT_DLL_features void RegisterOGRPlugins()
! Registers all the OGR data source plugins.
char * myCPLStr
Definition: ogrMutex.h:42

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)