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

Classes

class  File
 
class  Manager
 

Enumerations

enum  SeekPositions { SeekPositions::BEGINNING, SeekPositions::CURRENT, SeekPositions::END }
 

Functions

bool Initialize (Manager *manager)
 Initializes the module with the given Manager. More...
 
void Release ()
 Releases the module, disabling it. More...
 
Managermanager ()
 Getter for the manager of the module. More...
 

Enumeration Type Documentation

Enumerator
BEGINNING 
CURRENT 
END 

Function Documentation

bool ugdk::filesystem::Initialize ( Manager *  manager)

Initializes the module with the given Manager.

Manager* ugdk::filesystem::manager ( )

Getter for the manager of the module.

void ugdk::filesystem::Release ( )

Releases the module, disabling it.