![]() | InDesign SDK 20.5 |
#include <IIntList.h>

Public Types | |
| enum | { kDefaultIID = IID_IINTLIST } |
Public Member Functions | |
| virtual void | Append (int32 k)=0 |
| virtual int32 | Get (int32 n)=0 |
| virtual int32 | Length ()=0 |
| virtual void | Clear ()=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
This class is used to store a list of int32 objects
| pure virtual |
Use to add a new integer
| k | - the new int to be added |
| pure virtual |
remove all the entries in the array
| pure virtual |
Get the nth integer
| n | - the integer you want (must be less than Length - 1) |
| pure virtual |
Get the number of integers currently stored