TuttleOFX  1
applicationPath.cpp File Reference
#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>
Include dependency graph for applicationPath.cpp:

Go to the source code of this file.

Namespaces

namespace  tuttle
 

This file provides a set of reimplementations of CImg functions by means of the generic image library (gil). Functions for image blurring.


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 &currentPath)

Define Documentation

#define DIRLIST_SEP_CHARS   ";:"

Definition at line 35 of file applicationPath.cpp.

Referenced by tuttle::common::applicationFilepath().