UGDK  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ugdk::filesystem::Manager Class Reference

#include <ugdk/filesystem/manager.h>

Public Member Functions

 Manager ()
 
 ~Manager ()
 
bool Initialize ()
 
void Release ()
 
void AddSearchPath (const std::string &)
 
std::unique_ptr< FileOpenFile (const std::string &path, const char *mode="rb") const
 

Constructor & Destructor Documentation

ugdk::filesystem::Manager::Manager ( )
ugdk::filesystem::Manager::~Manager ( )

Member Function Documentation

void ugdk::filesystem::Manager::AddSearchPath ( const std::string &  )
bool ugdk::filesystem::Manager::Initialize ( )
std::unique_ptr<File> ugdk::filesystem::Manager::OpenFile ( const std::string &  path,
const char *  mode = "rb" 
) const
void ugdk::filesystem::Manager::Release ( )

The documentation for this class was generated from the following file: