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 229 of file ScriptUtils.h.
|
inline |
Definition at line 233 of file ScriptUtils.h.
|
inline |
Definition at line 260 of file ScriptUtils.h.
|
inline |
Definition at line 236 of file ScriptUtils.h.
|
inline |
Definition at line 235 of file ScriptUtils.h.
|
inline |
Definition at line 237 of file ScriptUtils.h.
|
inlinestatic |
Definition at line 239 of file ScriptUtils.h.
|
inline |
Definition at line 261 of file ScriptUtils.h.
|
private |
Definition at line 264 of file ScriptUtils.h.
|
private |
Definition at line 263 of file ScriptUtils.h.