#include <fileform.h>
Public Types | |
typedef INT32 | COMPATIBILITY |
Public Member Functions | |
FileFormat (const StringBase &Name) | |
BOOL | SetName (const StringBase &Name) |
const StringBase & | GetName () const |
Protected Attributes | |
String_256 | m_Name |
Definition at line 114 of file fileform.h.
|
Definition at line 121 of file fileform.h. |
|
Definition at line 139 of file fileform.h. 00140 { 00141 SetName(Name); 00142 }
|
|
Definition at line 130 of file fileform.h. 00130 { return m_Name; }
|
|
Definition at line 145 of file fileform.h.
|
|
Definition at line 133 of file fileform.h. |