VR-Forces 4.7 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 
2 
3 
4 
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 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)