TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
G3D::FileSystem::Entry Class Reference

Public Member Functions

 Entry ()
 
 Entry (const char *n)
 

Public Attributes

std::string name
 
Type type
 

Constructor & Destructor Documentation

G3D::FileSystem::Entry::Entry ( )
inline
98 : type(UNKNOWN) {}
Type type
Definition: FileSystem.h:97
Definition: FileSystem.h:88
G3D::FileSystem::Entry::Entry ( const char *  n)
inline
99 : name(n), type(UNKNOWN) {}
std::string name
Definition: FileSystem.h:96
Type type
Definition: FileSystem.h:97
Definition: FileSystem.h:88

Member Data Documentation

std::string G3D::FileSystem::Entry::name

Name, not including parent path

Type G3D::FileSystem::Entry::type

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