|
QSDK 1.1 Documentation |
#include <Q/q.h>
Inheritance diagram for Q::List:

Public Member Functions | |
| List () | |
| unsigned int | size () const |
| Object | at (unsigned int i) const |
| void | at (unsigned int i, const Object &obj) |
Static Public Member Functions | |
| List | create () |
| ClassType | classType () |
| List | cast (const ObjectBase &) |
A List represents a reference to a dynamically extendable array of persistent objects.
|
|
Create a null list reference. |
|
||||||||||||
|
Store the object |
|
|
Return the object at the position |
|
|
If the object referenced by |
|
|
Return the type of this class. |
|
|
Return a reference to a new empty list. |
|
|
Return the number of elements in the list. |
|
|
|
Qube Software Limited © 2000-2004
|
|