Urho3D::CScriptDictionary::CIterator Class Reference

STL style iterator for Script dictionary class. More...

#include <Urho3D/AngelScript/Addons.h>

Collaboration diagram for Urho3D::CScriptDictionary::CIterator:
[legend]

Public Member Functions

void operator++ ()
 
void operator++ (int)
 
CIteratoroperator* ()
 
bool operator== (const CIterator &other) const
 
bool operator!= (const CIterator &other) const
 
const StringGetKey () 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)
 
CIteratoroperator= (const CIterator &)
 

Protected Attributes

HashMap< String,
CScriptDictValue >
::ConstIterator 
m_it
 
const CScriptDictionarym_dict
 

Friends

class CScriptDictionary
 

Detailed Description

STL style iterator for Script dictionary class.


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