![]() |
RigsofRods
2023.09
Soft-body Physics Simulation
|
#include <ScriptUtils.h>
Public Member Functions | |
| CReadonlyScriptDictView (const std::map< std::string, T > &map) | |
| bool | Exists (const std::string &key) const |
| bool | IsEmpty () const |
| AngelScript::asUINT | GetSize () const |
| T | OpIndex (const std::string &key) const |
| AngelScript::CScriptArray * | GetKeys () const |
| void | AddRef () |
| void | Release () |
Static Public Member Functions | |
| static void | RegisterReadonlyScriptDictView (AngelScript::asIScriptEngine *engine, const char *decl, const char *value_decl) |
Private Attributes | |
| const std::map< std::string, T > & | m_map |
| int | m_refcount |
Definition at line 152 of file ScriptUtils.h.
|
inline |
Definition at line 156 of file ScriptUtils.h.
|
inline |
Definition at line 222 of file ScriptUtils.h.
|
inline |
Definition at line 158 of file ScriptUtils.h.
|
inline |
Definition at line 185 of file ScriptUtils.h.
|
inline |
Definition at line 171 of file ScriptUtils.h.
|
inline |
Definition at line 163 of file ScriptUtils.h.
|
inline |
Definition at line 176 of file ScriptUtils.h.
|
inlinestatic |
Definition at line 199 of file ScriptUtils.h.
|
inline |
Definition at line 223 of file ScriptUtils.h.
|
private |
Definition at line 225 of file ScriptUtils.h.
|
private |
Definition at line 226 of file ScriptUtils.h.
1.8.17