class PLongArray

Array of long integers

Inheritance:


Public Methods

[more] Construction

Public Members

class PBYTEArray
Array of unsigned characters
class PWORDArray
Array of unsigned short integers


Inherited from PBaseArray:

Public Methods

Overrides from class PObject

Overrides from class PContainer

New functions for class


Inherited from PAbstractArray:

Protected Fields

oPINDEX elementSize
ochar* theArray
oBOOL allocatedDynamically


Inherited from PContainer:

Public Methods

Common functions for containers

Protected Methods

ovirtual void DestroyContents()
ovirtual void AssignContents(const PContainer & c)
ovoid CopyContents(const PContainer & c)
ovoid CloneContents(const PContainer* src)
ovoid Destruct()


Inherited from PObject:

Public Methods

Run Time Type functions

I/O functions

Public Members

Comparison functions


Documentation

Array of long integers
o Construction

o PLongArray( PINDEX initialSize = 0 )
Construct a new dynamic array of longs. The array is initialised to all zeros.
Parameters:
initialSize - Initial number of elements in the array.

o PLongArray( long const* buffer, PINDEX length, BOOL dynamic = TRUE )
Construct a new dynamic array of longs.
Parameters:
- buffer Pointer to an array of longs.
length - Number of elements pointed to by buffer.
dynamic - Buffer is copied and dynamically allocated.


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.