![]() |
RigsofRods
Soft-body Physics Simulation
|
#include <ScriptUtils.h>
Public Member Functions | |
CReadonlyScriptArrayView (const std::vector< T > &vec) | |
bool | IsEmpty () const |
unsigned | GetSize () const |
T | OpIndex (unsigned pos) |
void | AddRef () |
void | Release () |
Static Public Member Functions | |
static void | RegisterReadonlyScriptArrayView (AngelScript::asIScriptEngine *engine, const char *decl, const char *value_decl) |
Private Attributes | |
const std::vector< T > & | m_vec |
int | m_refcount |
Definition at line 230 of file ScriptUtils.h.
|
inline |
Definition at line 234 of file ScriptUtils.h.
|
inline |
Definition at line 261 of file ScriptUtils.h.
|
inline |
Definition at line 237 of file ScriptUtils.h.
|
inline |
Definition at line 236 of file ScriptUtils.h.
|
inline |
Definition at line 238 of file ScriptUtils.h.
|
inlinestatic |
Definition at line 240 of file ScriptUtils.h.
|
inline |
Definition at line 262 of file ScriptUtils.h.
|
private |
Definition at line 265 of file ScriptUtils.h.
|
private |
Definition at line 264 of file ScriptUtils.h.