#include <megatree/storage.h>
Go to the source code of this file.
Namespaces | |
namespace | megatree |
Enumerations | |
enum | { megatree::UNKNOWN_FORMAT, megatree::NORMAL_FORMAT, megatree::VIZ_FORMAT } |
Functions | |
boost::shared_ptr< TempDir > | megatree::createTempDir (const boost::filesystem::path &parent, bool remove=true) |
boost::shared_ptr< Storage > | megatree::openStorage (const boost::filesystem::path &path, unsigned format=NORMAL_FORMAT) |
void | megatree::removePath (const boost::filesystem::path &path) |