Urho3D::CScriptDictValue Class Reference

Script dictionary value. More...

#include <Urho3D/AngelScript/Addons.h>

Public Member Functions

 CScriptDictValue (asIScriptEngine *engine, void *value, int typeId)
 
void Set (asIScriptEngine *engine, void *value, int typeId)
 
void Set (asIScriptEngine *engine, const asINT64 &value)
 
void Set (asIScriptEngine *engine, const double &value)
 
bool Get (asIScriptEngine *engine, void *value, int typeId) const
 
bool Get (asIScriptEngine *engine, asINT64 &value) const
 
bool Get (asIScriptEngine *engine, double &value) const
 
int GetTypeId () const
 
void FreeValue (asIScriptEngine *engine)
 

Protected Attributes

union {
   asINT64   m_valueInt
 
   double   m_valueFlt
 
   void *   m_valueObj
 
}; 
 
int m_typeId
 

Friends

class CScriptDictionary
 

Detailed Description

Script dictionary value.


The documentation for this class was generated from the following files:
  • Source/Urho3D/AngelScript/Addons.h
  • Source/Urho3D/AngelScript/Addons.cpp