VR-Forces 5.0.2 Developer's Guide
 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 {
21 
22 class DT_DLL_features DtCPLString : private boost::noncopyable
23 {
24 public:
25  explicit DtCPLString(char* cplstring = 0);
26  ~DtCPLString();
27 
28  char* c_str() const;
29  char** toCPL();
30 
31 private:
32  char* myCPLStr;
33 };
34 
35 }
#define DT_DLL_features
stop complaining about multiple independent base classes for boost::noncopyable this should probably ...
Definition: featuresDefines.h:41
Definition: ogrMutex.h:22
DT_DLL_features void RegisterOGRPlugins()
! Registers all the OGR data source plugins.
char * myCPLStr
Definition: ogrMutex.h:32
DT_DLL_features void RegisterGDALPlugins()

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)