PBUnboundedObjectArrayCreator class

Description

The PBUnboundedObjectArrayCreator class is used to create an object array.

Methods

PBUnboundedObjectArrayCreator has two methods:

GetArray

SetAt

GetArray

Description

Obtains an array that has been created.

Syntax

GetArray( )

Return value

pbarray.

See also

SetAt

SetAt

Description

Sets the array item at the specified dimension.

Syntax

For arrays of a specified ValueType:

SetAt( pblong pos, ValueType v )

For string arrays:

SetAt( pblong pos, LPCTSTR string )
SetAt( pblong pos, pbstring string )

Argument

Description

pos

A pblong identifying a position in the array

v

A ValueType defined in pbtraits.h

string

A string of type pbstring or LPCTSTR


Return value

None.

See also

GetArray