#include <private_ge_mtools.h>
|
| | DynamicArray () |
| |
| const DynamicArray< TYPE, BLOCK > & | operator= (const DynamicArray< TYPE, BLOCK > &src) |
| |
| Bool | Add () |
| |
| Bool | Add (const TYPE &v) |
| |
| TYPE * | AddLast () |
| |
| | ~DynamicArrayBase () |
| |
| Int | GetMemoryUse () |
| |
| Int32 | GetMaxCount () |
| |
| TYPE & | operator[] (int i) |
| |
| TYPE | operator[] (int i) const |
| |
| const DynamicArrayBase< TYPE, BLOCK > & | operator= (const DynamicArrayBase< TYPE, BLOCK > &src) |
| |
| Bool | Insert (Int32 i) |
| |
| Bool | RemoveLast () |
| |
| Bool | Remove (Int32 i) |
| |
| TYPE * | GetLast () |
| |
| TYPE * | GetAt (Int32 i) |
| |
| void | Set (Int32 i, const TYPE &data) |
| |
| TYPE & | Get (Int32 i) |
| |
| Int32 | Find (const TYPE &data, Int32 l, Int32 u) |
| |
| Int32 | Find (const TYPE &data) |
| |
| Int32 | FindSorted (const TYPE &data) |
| |
| Bool | SetCount (Int32 cnt) |
| |
| Int32 | GetCount () const |
| |
| Bool | Content () const |
| |
| Bool | IsEmpty () const |
| |
| Bool | Expand (Int32 maxcnt) |
| |
| Bool | CopyTo (DynamicArrayBase< TYPE, BLOCK > *dst) const |
| |
| Bool | CopyFrom (TYPE *data, Int32 cnt) |
| |
| Bool | CopyFrom (const DynamicArrayBase< TYPE, BLOCK > *src) |
| |
| Bool | Init (Int32 cnt=NOTOK) |
| |
| void | Free () |
| |
| void | TransferTo (DynamicArrayBase< TYPE, BLOCK > &dst) |
| |
| TYPE * | GetArray () |
| |
| const TYPE * | GetArray () const |
| |
| void | Sort () |
| |
| TYPE * | ToArray () |
| |
◆ DynamicArray()
◆ operator=()
◆ Add() [1/2]
◆ Add() [2/2]
| Bool Add |
( |
const TYPE & |
v | ) |
|
◆ AddLast()