class PDWORDArray |
Array of unsigned long integers
![]() | Construction |
![]() | PARRAY (cls, T) Declare an array to a specific type of object. |
![]() | PDECLARE_ARRAY (cls, T) Begin declaration an array to a specific type of object. |
![]() | PLIST (cls, T) Declare a list class. |
![]() | PDECLARE_LIST (cls, T) Begin declaration of list class. |
![]() | PQUEUE (cls, T) Declare a queue class. |
![]() | PDECLARE_QUEUE (cls, T) Begin declataion of a queue class. |
![]() | PSTACK (cls, T) Declare a stack class. |
![]() | PDECLARE_STACK (cls, T) Begin declaration of a stack class. |
![]() | PSORTED_LIST (cls, T) Declare a sorted list class. |
![]() | PDECLARE_SORTED_LIST (cls, T) Begin declaration of a sorted list class. |
![]() | PSET (cls, T) Declare set class. |
![]() | PDECLARE_SET (cls, T, initDelObj) Begin declaration of a set class. |
![]() | PDICTIONARY (cls, K, D) Declare a dictionary class. |
![]() | PDECLARE_DICTIONARY (cls, K, D) Begin declaration of dictionary class. |
![]() | PORDINAL_DICTIONARY (cls, K) Declare an ordinal dictionary class. |
![]() | PDECLARE_ORDINAL_DICTIONARY (cls, K) Begin declaration of an ordinal dictionary class. |
![]() | PDECLARE_STRING_DICTIONARY (cls, K) Begin declaration of a dictionary of strings class. |
![]() | PSTRING_DICTIONARY (cls, K) Declare a dictionary of strings class. |
Overrides from class PObject
Overrides from class PContainer
New functions for class
Common functions for containers
Run Time Type functions
I/O functions
Comparison functions
Array of unsigned long integers
If the compilation is using templates then this macro produces a typedef of the PArray template class.
See the PBaseArray class and PDECLARE_ARRAY macro for more information.
If the compilation is using templates then this macro produces a descendent of the PArray template class. If templates are not being used then the macro defines a set of inline functions to do all casting of types. The resultant classes have an identical set of functions in either case.
See the PBaseArray and PAbstractArray classes for more information.
If the compilation is using templates then this macro produces a typedef of the PList template class.
See the PList class and PDECLARE_LIST macro for more information.
If the compilation is using templates then this macro produces a descendent of the PList template class. If templates are not being used then the macro defines a set of inline functions to do all casting of types. The resultant classes have an identical set of functions in either case.
See the PList and PAbstractList classes for more information.
If the compilation is using templates then this macro produces a typedef of the PQueue template class.
See the PList class and PDECLARE_QUEUE macro for more information.
If the compilation is using templates then this macro produces a descendent of the PQueue template class. If templates are not being used then the macro defines a set of inline functions to do all casting of types. The resultant classes have an identical set of functions in either case.
See the PQueue and PAbstractList classes for more information.
If the compilation is using templates then this macro produces a typedef of the PStack template class.
See the PStack class and PDECLARE_STACK macro for more information.
If the compilation is using templates then this macro produces a descendent of the PStack template class. If templates are not being used then the macro defines a set of inline functions to do all casting of types. The resultant classes have an identical set of functions in either case.
See the PStack and PAbstractList classes for more information.
If the compilation is using templates then this macro produces a typedef of the PSortedList template class.
See the PSortedList class and PDECLARE_SORTED_LIST macro for more information.
If the compilation is using templates then this macro produces a descendent of the PSortedList template class. If templates are not being used then the macro defines a set of inline functions to do all casting of types. The resultant classes have an identical set of functions in either case.
See the PSortedList and PAbstractSortedList classes for more information.
If the compilation is using templates then this macro produces a typedef of the PSet template class.
See the PSet class and PDECLARE_SET macro for more information.
If the compilation is using templates then this macro produces a descendent of the PSet template class. If templates are not being used then the macro defines a set of inline functions to do all casting of types. The resultant classes have an identical set of functions in either case.
See the PSet and PAbstractSet classes for more information.
If the compilation is using templates then this macro produces a typedef of the PDictionary template class.
See the PDictionary class and PDECLARE_DICTIONARY macro for more information.
If the compilation is using templates then this macro produces a descendent of the PDictionary template class. If templates are not being used then the macro defines a set of inline functions to do all casting of types. The resultant classes have an identical set of functions in either case.
See the PDictionary and PAbstractDictionary classes for more information.
If the compilation is using templates then this macro produces a typedef of the POrdinalDictionary template class.
See the POrdinalDictionary class and PDECLARE_ORDINAL_DICTIONARY macro for more information.
If the compilation is using templates then this macro produces a descendent of the POrdinalDictionary template class. If templates are not being used then the macro defines a set of inline functions to do all casting of types. The resultant classes have an identical set of functions in either case.
See the POrdinalDictionary and PAbstractDictionary classes for more information.
If the compilation is using templates then this macro produces a descendent of the PStringDictionary template class. If templates are not being used then the macro defines a set of inline functions to do all casting of types. The resultant classes have an identical set of functions in either case.
See the PStringDictionary and PAbstractDictionary classes for more information.
If the compilation is using templates then this macro produces a typedef of the PStringDictionary template class.
See the PStringDictionary class and PDECLARE_STRING_DICTIONARY macro for more information.
Alphabetic index HTML hierarchy of classes or Java