Urho3D::CScriptDictionary::CIterator Class Reference
Public Member Functions |
Protected Member Functions |
Protected Attributes |
Friends |
List of all members
Urho3D::CScriptDictionary::CIterator Class Reference
STL style iterator for Script dictionary class. More...
#include <Urho3D/AngelScript/Addons.h>
Collaboration diagram for Urho3D::CScriptDictionary::CIterator:
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 |
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
