#include <supervaluelist.h>
Public Member Functions | |
| SuperValueList (int argc,...) | |
| SuperValueList () | |
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 values of type ItemType must be passed. |
|
|||||||||
|
|
1.3.2