Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

DIR_ENTRYlist Class Reference

#include <glui_dialogs.H>

Inheritance diagram for DIR_ENTRYlist:

Inheritance graph
[legend]
Collaboration diagram for DIR_ENTRYlist:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 DIR_ENTRYlist (int num=8)
 LIST (int m=0)
 LIST (CLIST< DIR_ENTRYptr > &l)
 ARRAY (int m=0)
 ARRAY (CARRAY< DIR_ENTRYptr > &l)
int num () const
bool empty () const
bool valid_index (int k) const
void set_unique ()
DIR_ENTRYptr * array ()
DIR_ENTRYptr & operator[] (int j) const
DIR_ENTRYptr & last () const
DIR_ENTRYptr & first () const
void begin_index ()
void end_index ()
bool is_indexing () const
virtual void clear ()
virtual void truncate (int n)
virtual void realloc (int new_max=0)
virtual int get_index (const DIR_ENTRYptr &el) const
bool contains (const DIR_ENTRYptr &el) const
bool add_uniquely (const DIR_ENTRYptr &el)
void operator+= (const DIR_ENTRYptr &el)
ARRAY< DIR_ENTRYptr > & operator+= (CARRAY< DIR_ENTRYptr > &b)
void add (const DIR_ENTRYptr &p)
void push (const DIR_ENTRYptr &p)
void insert (int ind, int num)
bool remove (int k)
bool operator-= (const DIR_ENTRYptr &el)
void operator-= (CARRAY< DIR_ENTRYptr > &l)
bool rem (const DIR_ENTRYptr &p)
DIR_ENTRYptr pop ()
bool pull_index (int k)
bool pull_element (const DIR_ENTRYptr &p)
virtual void shift (int p)
ARRAY< DIR_ENTRYptr > extract (int start, int n) const
virtual void reverse ()
virtual void sort (compare_func_t compare)

Protected Member Functions

virtual void clear_ele (int i)
virtual void clear_range (int i, int j)
virtual void set_index (const DIR_ENTRYptr &, int) const
virtual void clear_index (const DIR_ENTRYptr &) const
virtual void append_ele (const DIR_ENTRYptr &el)

Protected Attributes

DIR_ENTRYptr * _array
int _num
int _max
bool _unique
bool _do_index

Detailed Description

Definition at line 218 of file glui_dialogs.H.


Constructor & Destructor Documentation

DIR_ENTRYlist::DIR_ENTRYlist int  num = 8  )  [inline]
 

Definition at line 221 of file glui_dialogs.H.


Member Function Documentation

void ARRAY< DIR_ENTRYptr >::add const DIR_ENTRYptr &  p  )  [inline, inherited]
 

Definition at line 306 of file support.H.

bool ARRAY< DIR_ENTRYptr >::add_uniquely const DIR_ENTRYptr &  el  )  [inline, inherited]
 

Definition at line 289 of file support.H.

virtual void ARRAY< DIR_ENTRYptr >::append_ele const DIR_ENTRYptr &  el  )  [inline, protected, virtual, inherited]
 

Definition at line 154 of file support.H.

DIR_ENTRYptr * ARRAY< DIR_ENTRYptr >::array  )  [inline, inherited]
 

Definition at line 189 of file support.H.

ARRAY< DIR_ENTRYptr >::ARRAY CARRAY< DIR_ENTRYptr > &  l  )  [inline, inherited]
 

Definition at line 177 of file support.H.

ARRAY< DIR_ENTRYptr >::ARRAY int  m = 0  )  [inline, inherited]
 

Definition at line 173 of file support.H.

void ARRAY< DIR_ENTRYptr >::begin_index  )  [inline, inherited]
 

Definition at line 206 of file support.H.

virtual void ARRAY< DIR_ENTRYptr >::clear void   )  [inline, virtual, inherited]
 

Definition at line 224 of file support.H.

virtual void LIST< DIR_ENTRYptr >::clear_ele int  i  )  [inline, protected, virtual, inherited]
 

Reimplemented from ARRAY< DIR_ENTRYptr >.

Definition at line 540 of file support.H.

virtual void ARRAY< DIR_ENTRYptr >::clear_index const DIR_ENTRYptr &   )  const [inline, protected, virtual, inherited]
 

Definition at line 137 of file support.H.

virtual void LIST< DIR_ENTRYptr >::clear_range int  i,
int  j
[inline, protected, virtual, inherited]
 

Reimplemented from ARRAY< DIR_ENTRYptr >.

Definition at line 541 of file support.H.

bool ARRAY< DIR_ENTRYptr >::contains const DIR_ENTRYptr &  el  )  const [inline, inherited]
 

Definition at line 283 of file support.H.

bool ARRAY< DIR_ENTRYptr >::empty  )  const [inline, inherited]
 

Definition at line 185 of file support.H.

void ARRAY< DIR_ENTRYptr >::end_index  )  [inline, inherited]
 

Definition at line 213 of file support.H.

ARRAY<DIR_ENTRYptr > ARRAY< DIR_ENTRYptr >::extract int  start,
int  n
const [inline, inherited]
 

Definition at line 417 of file support.H.

DIR_ENTRYptr & ARRAY< DIR_ENTRYptr >::first  )  const [inline, inherited]
 

Definition at line 198 of file support.H.

virtual int ARRAY< DIR_ENTRYptr >::get_index const DIR_ENTRYptr &  el  )  const [inline, virtual, inherited]
 

Definition at line 275 of file support.H.

void ARRAY< DIR_ENTRYptr >::insert int  ind,
int  num
[inline, inherited]
 

Definition at line 319 of file support.H.

bool ARRAY< DIR_ENTRYptr >::is_indexing  )  const [inline, inherited]
 

Definition at line 219 of file support.H.

DIR_ENTRYptr & ARRAY< DIR_ENTRYptr >::last  )  const [inline, inherited]
 

Definition at line 194 of file support.H.

LIST< DIR_ENTRYptr >::LIST CLIST< DIR_ENTRYptr > &  l  )  [inline, inherited]
 

Definition at line 548 of file support.H.

LIST< DIR_ENTRYptr >::LIST int  m = 0  )  [inline, inherited]
 

Definition at line 547 of file support.H.

int ARRAY< DIR_ENTRYptr >::num  )  const [inline, inherited]
 

Definition at line 184 of file support.H.

ARRAY<DIR_ENTRYptr >& ARRAY< DIR_ENTRYptr >::operator+= CARRAY< DIR_ENTRYptr > &  b  )  [inline, inherited]
 

Definition at line 431 of file support.H.

void ARRAY< DIR_ENTRYptr >::operator+= const DIR_ENTRYptr &  el  )  [inline, inherited]
 

Definition at line 298 of file support.H.

void ARRAY< DIR_ENTRYptr >::operator-= CARRAY< DIR_ENTRYptr > &  l  )  [inline, inherited]
 

Definition at line 451 of file support.H.

bool ARRAY< DIR_ENTRYptr >::operator-= const DIR_ENTRYptr &  el  )  [inline, inherited]
 

Definition at line 352 of file support.H.

DIR_ENTRYptr & ARRAY< DIR_ENTRYptr >::operator[] int  j  )  const [inline, inherited]
 

Definition at line 190 of file support.H.

DIR_ENTRYptr ARRAY< DIR_ENTRYptr >::pop  )  [inline, inherited]
 

Definition at line 357 of file support.H.

bool ARRAY< DIR_ENTRYptr >::pull_element const DIR_ENTRYptr &  p  )  [inline, inherited]
 

Definition at line 383 of file support.H.

bool ARRAY< DIR_ENTRYptr >::pull_index int  k  )  [inline, inherited]
 

Definition at line 366 of file support.H.

void ARRAY< DIR_ENTRYptr >::push const DIR_ENTRYptr &  p  )  [inline, inherited]
 

Definition at line 309 of file support.H.

virtual void ARRAY< DIR_ENTRYptr >::realloc int  new_max = 0  )  [inline, virtual, inherited]
 

Definition at line 252 of file support.H.

bool ARRAY< DIR_ENTRYptr >::rem const DIR_ENTRYptr &  p  )  [inline, inherited]
 

Definition at line 353 of file support.H.

bool ARRAY< DIR_ENTRYptr >::remove int  k  )  [inline, inherited]
 

Definition at line 333 of file support.H.

virtual void ARRAY< DIR_ENTRYptr >::reverse  )  [inline, virtual, inherited]
 

Definition at line 457 of file support.H.

virtual void ARRAY< DIR_ENTRYptr >::set_index const DIR_ENTRYptr &  ,
int 
const [inline, protected, virtual, inherited]
 

Definition at line 136 of file support.H.

void ARRAY< DIR_ENTRYptr >::set_unique  )  [inline, inherited]
 

Definition at line 187 of file support.H.

virtual void ARRAY< DIR_ENTRYptr >::shift int  p  )  [inline, virtual, inherited]
 

Definition at line 389 of file support.H.

virtual void ARRAY< DIR_ENTRYptr >::sort compare_func_t  compare  )  [inline, virtual, inherited]
 

Definition at line 468 of file support.H.

virtual void ARRAY< DIR_ENTRYptr >::truncate int  n  )  [inline, virtual, inherited]
 

Definition at line 234 of file support.H.

bool ARRAY< DIR_ENTRYptr >::valid_index int  k  )  const [inline, inherited]
 

Definition at line 186 of file support.H.


Member Data Documentation

DIR_ENTRYptr * ARRAY< DIR_ENTRYptr >::_array [protected, inherited]
 

Definition at line 121 of file support.H.

bool ARRAY< DIR_ENTRYptr >::_do_index [protected, inherited]
 

Definition at line 125 of file support.H.

int ARRAY< DIR_ENTRYptr >::_max [protected, inherited]
 

Definition at line 123 of file support.H.

int ARRAY< DIR_ENTRYptr >::_num [protected, inherited]
 

Definition at line 122 of file support.H.

bool ARRAY< DIR_ENTRYptr >::_unique [protected, inherited]
 

Definition at line 124 of file support.H.


The documentation for this class was generated from the following file:
Generated on Mon Sep 18 11:45:07 2006 for jot by  doxygen 1.4.4