VAPOR3
3.9.4
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Variables
Typedefs
Enumerations
Enumerator
a
f
g
m
n
o
p
s
t
v
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
a
c
d
e
f
g
h
l
m
o
p
r
s
t
v
x
Enumerator
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Related Functions
_
c
d
f
o
p
r
s
t
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
Functions
_
c
d
h
m
o
p
r
u
v
Variables
Typedefs
Enumerations
Enumerator
a
c
h
p
r
s
t
u
v
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
include
vapor
GetAppPath.h
Go to the documentation of this file.
1
//
2
// $Id$
3
//
4
5
#ifndef INCLUDE_DEPRECATED_GET_APP_PATH
6
#error GetAppPath.h is deprecated. Please use ResourcePath.h
7
#endif
8
9
#ifndef _GetAppPath_h_
10
#define _GetAppPath_h_
11
#include <
vapor/MyBase.h
>
12
13
namespace
Wasp
{
14
15
COMMON_API
std::string
GetAppPath
(
const
string
&app,
const
string
&name,
const
vector<string> &paths,
16
#ifdef _WINDOWS
17
// Windows default is backwards slash for separator
18
bool
forwardSeparator =
false
19
#
else
20
bool
forwardSeparator =
true
21
#endif
22
);
23
24
};
// namespace Wasp
25
26
#endif
MyBase.h
COMMON_API
#define COMMON_API
Definition:
common.h:72
Wasp
Definition:
CFuncs.h:31
Wasp::GetAppPath
COMMON_API std::string GetAppPath(const string &app, const string &name, const vector< string > &paths, bool forwardSeparator=true)
Generated by
1.9.6