sqrat  0.9
sqrat
 All Classes Functions Variables Enumerations Enumerator Pages
Public Member Functions | List of all members
Sqrat::Object::iterator Struct Reference

Iterator for going over the slots in the object using Object::Next. More...

#include <sqratObject.h>

Public Member Functions

 iterator ()
 
HSQOBJECT getKey ()
 
HSQOBJECT getValue ()
 

Detailed Description

Iterator for going over the slots in the object using Object::Next.

Constructor & Destructor Documentation

Sqrat::Object::iterator::iterator ( )
inline

Default constructor (null)

Member Function Documentation

HSQOBJECT Sqrat::Object::iterator::getKey ( )
inline

Gets the Squirrel object for the key the iterator is on

Returns
HSQOBJECT representing a key
HSQOBJECT Sqrat::Object::iterator::getValue ( )
inline

Gets the Squirrel object for the value the iterator is on

Returns
HSQOBJECT representing a value

The documentation for this struct was generated from the following file: