9 #include "fwMemory/config.hpp" 13 #include <boost/filesystem/path.hpp> 18 struct FileAutoDelete;
26 FWMEMORY_API
FileHolder(const ::boost::filesystem::path& file,
bool autodelete =
false);
28 operator :: boost::filesystem::path()
const 37 return m_path.empty();
50 std::string string()
const 52 return m_path.string();
56 ::boost::filesystem::path m_path;
The namespace fwMemory contains tools to manage memory. Use for dump.
This file defines fwCore base macros.