#include <superptrlist.h>
Public Member Functions | |
| SuperPtrList (int argc,...) | |
| SuperPtrList () | |
The constructor may take multiple elements to add into the list.
|
||||||||||||||||
|
The first argument is the number of variable parameters of type ItemType*. Following the first argument, argc pointers of type ItemType* must be passed. |
|
|||||||||
|
|
1.3.2