Public Member Functions | |
Cacheable (const char *fileName) | |
virtual CacheableType | getCacheableType () const |
const char * | getFileName () const |
virtual | ~Cacheable () |
Private Attributes | |
char | fileName [DEFAULT_STRING_SIZE] |
Annchienta::Cacheable::Cacheable | ( | const char * | fileName | ) |
virtual Annchienta::Cacheable::~Cacheable | ( | ) | [virtual] |
virtual CacheableType Annchienta::Cacheable::getCacheableType | ( | ) | const [virtual] |
Reimplemented in SwigDirector_Cacheable, SwigDirector_Surface, SwigDirector_Sound, SwigDirector_Mask, Annchienta::Mask, Annchienta::Sound, and Annchienta::Surface.
const char* Annchienta::Cacheable::getFileName | ( | ) | const |
char Annchienta::Cacheable::fileName[DEFAULT_STRING_SIZE] [private] |