BengResourceList< T > Class Template Reference
#include <Resource.h>
List of all members.
Detailed Description
template<typename T>
class BengResourceList< T >
Where the
BengResource class is intended to keep a list of same-type media, the
BengResourceList class exists to manage multiple
BengResource instances. Thus you have a
BengResourceList<BengISprite> that manages all resources of type
BengISprite. This system has two main methods: First, the
create() method instantiates and indexes a new
BengResource, adding a single entry to it in order to occupy it. Secondly, the
append() method takes any existing
BengResource and adds another entry to the end. Once you are done with one resource, you can start a new one using the
create() method once again.
Constructor & Destructor Documentation
Member Function Documentation
The documentation for this class was generated from the following file:
- /titania/Work/C/BlitzzEngine/include/beng/Resource.h