blip  0.1
AssetDirectory Class Reference

An application asset directory. More...

#include <AssetDirectory.hpp>

Public Member Functions

 ~AssetDirectory ()
 Destructor. More...
 
void rewind ()
 Rewind the directory to the first entry. More...
 
ccxx::String nextFileName ()
 Get the next asset filename. More...
 

Detailed Description

An application asset directory.

See AssetManager for details about enumerating an application's assets.

Author
Mark Lindner

Constructor & Destructor Documentation

◆ ~AssetDirectory()

Destructor.

Closes the directory.

Member Function Documentation

◆ nextFileName()

String nextFileName ( )

Get the next asset filename.

Returns
The filename of the next asset in the directory, or NULL if the end of the directory has been reached.

◆ rewind()

void rewind ( )

Rewind the directory to the first entry.


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