#include <SIBCArray.h>
This class is frequently used throughout the FTK and Semantic Layer. It is the desired method for using arrays.
|
Constructor. Allocates
|
|
Adds an element to the end of the array.
|
|
Returns the total memory allocated by element storage spaces in the array. This does not include the size of the SIBCArray object itself.
|
|
Returns the array used internally by this object.
|
|
Returns a pointer to the array used internally by this object.
|
|
Sets this array to contain all data from the
|
|
Allocates memory in which to store as many (or more) elements contained in
|
|
Deletes
|
|
Deletes all element storage spaces, and sets allocated and used element storage spaces both to zero.
|
|
Extends the number of cells used in the array by
|
|
Returns the number of allocated element storage spaces.
|
|
Returns the number of element storage spaces that contain valid elements.
|
|
Inserts
|
|
Sets this array to contain the same information as
|
|
Indexing operator. Returns a reference to the element at the index
|
|
Indexing operator. Returns a reference to the element at the index
|
|
Discards element storage spaces allocated but not used in the array, if at least
|
|
Marks
|
|
Changes the number of cells used in the array to
|
|
Sets a given number of elements,
|
|
Returns the amount memory used by element storage spaces that contain valid elements.
|
© Copyright 2001-2003 Avid Technology, Inc. All rights reserved.