#include <ioblock.H>
Inheritance diagram for IOBlockMethList< T >:
Public Member Functions | |
IOBlockMethList (int num=5) | |
void | set_obj (T *inst) |
ARRAY (int m=0) | |
ARRAY (CARRAY< IOBlockMeth< T > * > &l) | |
int | num () const |
bool | empty () const |
bool | valid_index (int k) const |
void | set_unique () |
IOBlockMeth< T > ** | array () |
IOBlockMeth< T > *& | operator[] (int j) const |
IOBlockMeth< T > *& | last () const |
IOBlockMeth< T > *& | 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 IOBlockMeth< T > *&el) const |
bool | contains (const IOBlockMeth< T > *&el) const |
bool | add_uniquely (const IOBlockMeth< T > *&el) |
void | operator+= (const IOBlockMeth< T > *&el) |
ARRAY< IOBlockMeth< T > * > & | operator+= (CARRAY< IOBlockMeth< T > * > &b) |
void | add (const IOBlockMeth< T > *&p) |
void | push (const IOBlockMeth< T > *&p) |
void | insert (int ind, int num) |
bool | remove (int k) |
bool | operator-= (const IOBlockMeth< T > *&el) |
void | operator-= (CARRAY< IOBlockMeth< T > * > &l) |
bool | rem (const IOBlockMeth< T > *&p) |
IOBlockMeth< T > * | pop () |
bool | pull_index (int k) |
bool | pull_element (const IOBlockMeth< T > *&p) |
virtual void | shift (int p) |
ARRAY< IOBlockMeth< T > * > | extract (int start, int n) const |
virtual void | reverse () |
virtual void | sort (compare_func_t compare) |
Protected Member Functions | |
virtual void | set_index (const IOBlockMeth< T > *&, int) const |
virtual void | clear_index (const IOBlockMeth< T > *&) const |
virtual void | clear_ele (int) |
virtual void | clear_range (int i, int j) |
virtual void | append_ele (const IOBlockMeth< T > *&el) |
Protected Attributes | |
IOBlockMeth< T > ** | _array |
int | _num |
int | _max |
bool | _unique |
bool | _do_index |
Definition at line 44 of file ioblock.H.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 184 of file support.H. Referenced by IOBlockMethList< T >::set_obj(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 47 of file ioblock.H. References ARRAY< IOBlockMeth< T > * >::num(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|