Difference between revisions of "ObjectType:objectcontainer"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
== Methods == | == Methods == | ||
− | *'''Clear''': Clears all objects from the | + | *'''Clear''': Clears all objects from the container |
*'''GetIterator['''[[ObjectType:iterator|iterator]] object''']''': Initializes the given [[ObjectType:iterator|iterator]] object for iteration of this container | *'''GetIterator['''[[ObjectType:iterator|iterator]] object''']''': Initializes the given [[ObjectType:iterator|iterator]] object for iteration of this container | ||
Revision as of 01:57, 31 May 2006
Contents
Overview
objectcontainer | |
Defined By | LavishScript |
Inherits | none |
Reduces To | NULL |
Variable Object Type | none |
Uses Sub-Types | no |
C/C++ Type | LSContainer * |
An objectcontainer is container of objects
Members
- uint Size: Number of objects the container may possibly contain in its present state
- uint Used: Number of objects presently contained
Methods
- Clear: Clears all objects from the container
- GetIterator[iterator object]: Initializes the given iterator object for iteration of this container