doom3-gpl
Doom 3 GPL source release
|
#include <DeclEntityDef.h>
Public Member Functions | |
virtual size_t | Size (void) const |
virtual const char * | DefaultDefinition () const |
virtual bool | Parse (const char *text, const int textLength) |
virtual void | FreeData (void) |
virtual void | Print (void) |
Public Member Functions inherited from idDecl | |
idDecl (void) | |
virtual | ~idDecl (void) |
const char * | GetName (void) const |
declType_t | GetType (void) const |
declState_t | GetState (void) const |
bool | IsImplicit (void) const |
bool | IsValid (void) const |
void | Invalidate (void) |
void | EnsureNotPurged (void) |
int | Index (void) const |
int | GetLineNum (void) const |
const char * | GetFileName (void) const |
void | GetText (char *text) const |
int | GetTextLength (void) const |
void | SetText (const char *text) |
bool | ReplaceSourceFileText (void) |
bool | SourceFileChanged (void) const |
void | MakeDefault (void) |
bool | EverReferenced (void) const |
virtual bool | SetDefaultText (void) |
virtual void | List (void) const |
virtual void | Print (void) const |
Public Attributes | |
idDict | dict |
Public Attributes inherited from idDecl | |
idDeclBase * | base |
Definition at line 40 of file DeclEntityDef.h.
Reimplemented from idDecl.
Definition at line 137 of file DeclEntityDef.cpp.
Reimplemented from idDecl.
Definition at line 47 of file DeclEntityDef.cpp.
Reimplemented from idDecl.
Definition at line 56 of file DeclEntityDef.cpp.
Definition at line 151 of file DeclEntityDef.cpp.
|
virtual |
Reimplemented from idDecl.
Definition at line 38 of file DeclEntityDef.cpp.
idDict idDeclEntityDef::dict |
Definition at line 42 of file DeclEntityDef.h.