U3D
Open-source, cross-platform 2D and 3D game engine built in C++
|
STL style iterator for Script dictionary class. More...
#include </var/dev/u3d/stable/Source/Urho3D/AngelScript/Addons.h>
Public Member Functions | |
void | operator++ () |
void | operator++ (int) |
CIterator & | operator* () |
bool | operator== (const CIterator &other) const |
bool | operator!= (const CIterator &other) const |
const String & | GetKey () const |
int | GetTypeId () const |
bool | GetValue (asINT64 &value) const |
bool | GetValue (double &value) const |
bool | GetValue (void *value, int typeId) const |
Protected Member Functions | |
CIterator (const CScriptDictionary &dict, HashMap< String, CScriptDictValue >::ConstIterator it) | |
CIterator & | operator= (const CIterator &) |
Protected Attributes | |
HashMap< String, CScriptDictValue >::ConstIterator | m_it |
const CScriptDictionary & | m_dict |
Friends | |
class | CScriptDictionary |
STL style iterator for Script dictionary class.