.. _program_listing_file__tmp_ws_src_ecl_core_ecl_filesystem_include_ecl_filesystem_realpath.hpp: Program Listing for File realpath.hpp ===================================== |exhale_lsh| :ref:`Return to documentation for file ` (``/tmp/ws/src/ecl_core/ecl_filesystem/include/ecl/filesystem/realpath.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp /***************************************************************************** ** Ifdefs *****************************************************************************/ #ifndef ECL_FILESYSTEM_REALPATH_HPP_ #define ECL_FILESYSTEM_REALPATH_HPP_ /***************************************************************************** ** Cross Platform Configuration *****************************************************************************/ #include #include "macros.hpp" #if defined(ECL_PRIVATE_HAS_POSIX_REALPATH) /***************************************************************************** ** Includes *****************************************************************************/ #include #include /***************************************************************************** ** Namespaces *****************************************************************************/ namespace ecl { /***************************************************************************** ** Implementations *****************************************************************************/ ecl_filesystem_PUBLIC ecl::Error realpath(const std::string& path, std::string& absolute_path); } // namespace ecl #endif /* ECL_PRIVATE_HAS_POSIX_REALPATH */ #endif /* ECL_FILESYSTEM_REALPATH_HPP_ */