#include <C4Aul.h>
Public Member Functions | |
| C4AulFuncMap () | |
| ~C4AulFuncMap () | |
| C4AulFunc * | GetFirstFunc (const char *Name) |
| C4AulFunc * | GetNextSNFunc (const C4AulFunc *After) |
Protected Member Functions | |
| void | Add (C4AulFunc *func) |
| void | Remove (C4AulFunc *func) |
Friends | |
| class | C4AulFunc |
| class | C4ScriptHost |
| C4AulFuncMap::C4AulFuncMap | ( | ) |
| C4AulFuncMap::~C4AulFuncMap | ( | ) |
|
protected |
Definition at line 314 of file C4Aul.cpp.
References C4AulFunc::GetName(), and C4AulFunc::MapNext.
Referenced by C4AulFunc::C4AulFunc().
| C4AulFunc * C4AulFuncMap::GetFirstFunc | ( | const char * | Name | ) |
Definition at line 297 of file C4Aul.cpp.
References C4AulFunc::GetName(), C4AulFunc::MapNext, and SEqual().
Referenced by C4AulScriptEngine::GetFirstFunc().
Definition at line 306 of file C4Aul.cpp.
References C4AulFunc::GetName(), and C4AulFunc::MapNext.
Referenced by C4AulScriptEngine::GetNextSNFunc().
|
protected |
Definition at line 325 of file C4Aul.cpp.
References C4AulFunc::GetName(), and C4AulFunc::MapNext.
Referenced by C4AulFunc::~C4AulFunc().
|
friend |