Roffild's Library
Library for MQL5 (MetaTrader) with support for Spark
CArrayListClass< Type > Member List
This is the complete list of members for
CArrayListClass< Type >
, including all inherited members.
add
(Type *element)
CArrayListClass< Type >
add
(int index, Type *element)
CArrayListClass< Type >
addAll
(const Type *&list[])
CArrayListClass< Type >
addAll
(const CArrayListClass< Type > &list)
CArrayListClass< Type >
addAll
(int index, const Type *const &list[])
CArrayListClass< Type >
addAll
(int index, const CArrayListClass< Type > &list)
CArrayListClass< Type >
CArrayListClass
(bool _useDelete=true, int _reserve=0)
CArrayListClass< Type >
clear
()
CArrayListClass< Type >
elements
CArrayListClass< Type >
protected
get
(int index)
CArrayListClass< Type >
getReserve
()
CArrayListClass< Type >
getUseDelete
()
CArrayListClass< Type >
isEmpty
()
CArrayListClass< Type >
operator[]
(int index)
CArrayListClass< Type >
remove
(int index)
CArrayListClass< Type >
reserve
CArrayListClass< Type >
protected
set
(int index, Type *element)
CArrayListClass< Type >
setReserve
(int _reserve)
CArrayListClass< Type >
setUseDelete
(bool _useDelete)
CArrayListClass< Type >
size
()
CArrayListClass< Type >
subList
(Type *&dst_array[], int dst_start=0, int src_start=0, int count=WHOLE_ARRAY)
CArrayListClass< Type >
toArray
(Type *&dst_array[])
CArrayListClass< Type >
useDelete
CArrayListClass< Type >
protected
~CArrayListClass
()
CArrayListClass< Type >
Generated by
1.8.15