VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
features
ogrMutex.h
Go to the documentation of this file.
1
2
3
4
5
#pragma once
6
7
#include <
features/featuresDefines.h
>
8
9
#include <boost/noncopyable.hpp>
10
11
#include <memory>
12
13
namespace
MAKVRinTerra
14
{
19
DT_DLL_features
void
RegisterOGRPlugins
();
20
21
typedef
void (*
OgrMutexLockFunction
)();
22
23
DT_DLL_features
void
setOgrMutex
(
OgrMutexLockFunction
lock,
OgrMutexLockFunction
unlock);
24
25
class
DT_DLL_features
DtScopedOgrLock
:
private
boost::noncopyable
26
{
27
public
:
28
DtScopedOgrLock
();
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
)