Public Member Functions | |
| idep_AliasDepIntArray (int length) | |
| ~idep_AliasDepIntArray () | |
| int & | operator[] (int i) |
| int | length () const |
Private Member Functions | |
| idep_AliasDepIntArray (const idep_AliasDepIntArray &) | |
| idep_AliasDepIntArray & | operator= (const idep_AliasDepIntArray &) |
Private Attributes | |
| int * | d_array_p |
| int | d_length |
|
|
|
|
|
Definition at line 122 of file idep_adep.cxx.
|
|
|
Definition at line 124 of file idep_adep.cxx. 00124 { delete [] d_array_p; }
|
|
|
Definition at line 126 of file idep_adep.cxx. Referenced by zero(). 00126 { return d_length; }
|
|
|
|
|
|
Definition at line 125 of file idep_adep.cxx. 00125 { return d_array_p[i]; }
|
|
|
Definition at line 117 of file idep_adep.cxx. |
|
|
Definition at line 118 of file idep_adep.cxx. |
1.3.9.1