cheshirekow
v0.1.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
path_util.h
Go to the documentation of this file.
1
#ifndef MPBLOCKS_UTIL_PATH_UTIL_H_
2
#define MPBLOCKS_UTIL_PATH_UTIL_H_
3
4
#include <string>
5
6
namespace
mpblocks {
7
namespace
path_util {
8
9
// path to the mpblocks source tree
10
std::string
GetSourcePath
();
11
12
// path to the mpblocks build tree
13
std::string
GetBuildPath
();
14
15
// path to the mpblocks installed resource tree
16
std::string
GetResourcePath
();
17
18
// path to the mpblocks runtime settings tree
19
std::string
GetPreferencesPath
();
20
21
22
}
// namespace path_util
23
}
// namespace mpblocks
24
25
#endif // MPBLOCKS_UTIL_PATH_UTIL_H_
mpblocks::path_util::GetPreferencesPath
std::string GetPreferencesPath()
mpblocks::path_util::GetResourcePath
std::string GetResourcePath()
mpblocks::path_util::GetSourcePath
std::string GetSourcePath()
mpblocks::path_util::GetBuildPath
std::string GetBuildPath()
include
mpblocks
util
path_util.h
Generated on Sun Mar 22 2015 22:47:45 for cheshirekow by
1.8.6