![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
Handles a scoped LGP archive. More...
#include <ScopedLgp.h>
Public Member Functions | |
ScopedLgp (const ScopedLgp &)=delete | |
Constructor. More... | |
ScopedLgp & | operator= (const ScopedLgp &)=delete |
Copy constructor. More... | |
ScopedLgp (Ogre::Root *root, std::string full_path, std::string type, std::string group) | |
Constructor. More... | |
~ScopedLgp () | |
Destructor. More... | |
Private Attributes | |
Ogre::Root * | root_ |
The Ogre root system. More... | |
std::string | full_path_ |
Full path to the LGP archive. More... | |
std::string | group_ |
Group for the resource. More... | |
Handles a scoped LGP archive.
|
delete |
Constructor.
Don't use directly.
ScopedLgp::ScopedLgp | ( | Ogre::Root * | root, |
std::string | full_path, | ||
std::string | type, | ||
std::string | group | ||
) |
Constructor.
ScopedLgp::~ScopedLgp | ( | ) |
Destructor.
|
private |
Full path to the LGP archive.
|
private |
Group for the resource.
|
private |
The Ogre root system.