TuttleOFX
1
|
#include "applicationPath.hpp"
#include <tuttle/common/system/system.hpp>
#include <tuttle/common/system/macos.hpp>
#include <tuttle/common/utils/global.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/algorithm/string/split.hpp>
#include <boost/algorithm/string/classification.hpp>
#include <boost/format.hpp>
#include <boost/foreach.hpp>
#include <boost/version.hpp>
Go to the source code of this file.
Namespaces | |
namespace | tuttle |
global namespace of the project | |
namespace | tuttle::common |
Defines | |
#define | DIRSEP "/" |
#define | DIRLIST_SEP_CHARS ";:" |
Functions | |
boost::filesystem::path | tuttle::common::applicationFilepath (const std::string &argv0, const boost::filesystem::path ¤tPath) |
#define DIRLIST_SEP_CHARS ";:" |
Definition at line 35 of file applicationPath.cpp.
Referenced by tuttle::common::applicationFilepath(), and tuttle::host::ofx::OfxhPluginCache::OfxhPluginCache().
#define DIRSEP "/" |
Definition at line 34 of file applicationPath.cpp.
Referenced by tuttle::common::applicationFilepath(), tuttle::host::ofx::OfxhPluginCache::scanDirectory(), and tuttle::host::ofx::OfxhPluginCache::seekPluginFile().