| 
    NAMD
    
   | 
 
#include <ResizeArrayRaw.h>
  
 Public Member Functions | |
| SortableResizeArray (void) | |
| SortableResizeArray (int size) | |
| SortableResizeArray (ResizeArray< Elem > &ra) | |
| SortableResizeArray (SortableResizeArray< Elem > &ra) | |
| SortableResizeArray (const ResizeArray< Elem > *ra) | |
| SortableResizeArray (const SortableResizeArray< Elem > *ra) | |
| SortableResizeArray (Elem **const r, int numElem, int maxElem) | |
| SortableResizeArray< Elem > & | operator= (SortableResizeArray< Elem > &sa) | 
| ~SortableResizeArray (void) | |
| void | init (void) | 
| void | sort (void) | 
| void | sort (int bot, int top) | 
| void | uniq (void) | 
| int | bsearch (const Elem &elem) const | 
  Public Member Functions inherited from ResizeArray< Elem > | |
| iterator | begin (void) | 
| iterator | end (void) | 
| const_iterator | const_begin (void) const | 
| const_iterator | const_end (void) const | 
| ResizeArray (void) | |
| ResizeArray (int s) | |
| void | copy (ResizeArray< Elem > &ra) | 
| void | swap (ResizeArray< Elem > &ra) | 
| bool | shared () const | 
| ResizeArray (Elem **array, int arraySize, int allocSize=0) | |
| ~ResizeArray (void) | |
| void | resize (int i) | 
| void | reserve (int i) | 
| void | clear () | 
| void | setall (const Elem &elem) | 
| int | add (const Elem &elem) | 
| void | del (int index, int num=1) | 
| int | insert (const Elem &elem, int index) | 
| Elem & | item (int i) | 
| Elem & | operator[] (int index) | 
| const Elem & | operator[] (int index) const | 
| int | size (void) const | 
| int | find (const Elem &e) const | 
Additional Inherited Members | |
  Public Types inherited from ResizeArray< Elem > | |
| typedef Elem * | iterator | 
| typedef const Elem * | const_iterator | 
  Protected Attributes inherited from ResizeArray< Elem > | |
| ResizeArrayRaw< Elem > | rep | 
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.
Definition at line 26 of file ResizeArrayRaw.h.
      
  | 
  inline | 
Definition at line 49 of file SortableResizeArray.h.
      
  | 
  inline | 
Definition at line 51 of file SortableResizeArray.h.
      
  | 
  inline | 
Definition at line 53 of file SortableResizeArray.h.
      
  | 
  inline | 
Definition at line 56 of file SortableResizeArray.h.
      
  | 
  inline | 
Definition at line 59 of file SortableResizeArray.h.
      
  | 
  inline | 
Definition at line 62 of file SortableResizeArray.h.
      
  | 
  inline | 
Definition at line 65 of file SortableResizeArray.h.
      
  | 
  inline | 
Definition at line 73 of file SortableResizeArray.h.
      
  | 
  inline | 
Definition at line 106 of file SortableResizeArray.h.
      
  | 
  inline | 
Definition at line 75 of file SortableResizeArray.h.
Referenced by SortableResizeArray< PatchElem >::SortableResizeArray().
      
  | 
  inline | 
Definition at line 68 of file SortableResizeArray.h.
Referenced by SortedArray< PatchElem >::operator=().
      
  | 
  inline | 
Definition at line 77 of file SortableResizeArray.h.
Referenced by ComputePmeMgr::initialize(), SortedArray< PatchElem >::sort(), and SortableResizeArray< PatchElem >::sort().
      
  | 
  inline | 
Definition at line 82 of file SortableResizeArray.h.
      
  | 
  inline | 
Definition at line 123 of file SortableResizeArray.h.
Referenced by UniqueSortedArray< PatchElem >::operator=(), and UniqueSortedArray< PatchElem >::UniqueSortedArray().
 1.8.14