#include <private_ge_mtools.h>

Protected Member Functions | |
| GeToolDynArray (Int32 p_init=1, Int32 p_step=0) | |
| virtual | ~GeToolDynArray () | 
| void ** | GetRoot () | 
| void | SetAlloc (Int32 p_init=1, Int32 p_step=0) | 
| Int32 | GetCount () const | 
| void * | GetIndex (Int32 i) const | 
| void * | GetFirst () const | 
| void * | GetLast () const | 
| Bool | SetIndex (Int32 i, void *e) const | 
| void | Swap (Int32 a, Int32 b) | 
| void | Move (Int32 source, Int32 dest) | 
| void | Sort (Int32(*compare)(void *a, void *b)) | 
| void * | Search (void *key, Int32(*search)(void *a, void *b)) | 
| void * | Pop () | 
| Bool | Append (void *e) | 
| Bool | Insert (void *e, Int32 n) | 
| Bool | Remove (Int32 n) | 
| Bool | Remove (void *e) | 
| Int32 | Find (const void *e) const | 
| void | ResetCount () | 
| void | FlushThis () | 
| Bool | CopyTo (GeToolDynArray *dest) const | 
Private Member Functions | |
| Bool | Enlarge () | 
Private Attributes | |
| void ** | array | 
| Int32 | count | 
| Int32 | size | 
| Int32 | init | 
| Int32 | step | 
Friends | |
| class | GeToolDynClassArray | 
      
  | 
  protected | 
      
  | 
  protectedvirtual | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  private | 
      
  | 
  friend | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private |