#include <idep_linkdep.h>
Public Member Functions | |
| idep_UnaliasIter (const idep_LinkDep &linkDep) | |
| ~idep_UnaliasIter () | |
| void | operator++ () |
| operator const void * () const | |
| const char * | operator() () const |
Private Member Functions | |
| idep_UnaliasIter (const idep_UnaliasIter &) | |
| idep_UnaliasIter & | operator= (const idep_UnaliasIter &) |
Private Attributes | |
| idep_UnaliasIter_i * | d_this |
|
|
|
|
|
Definition at line 1182 of file idep_ldep.cxx. 01183 : d_this(new idep_UnaliasIter_i(dep.d_this->d_unaliases)) 01184 { 01185 }
|
|
|
Definition at line 1187 of file idep_ldep.cxx. 01188 {
01189 delete d_this;
01190 }
|
|
|
Definition at line 1199 of file idep_ldep.cxx. References idep_UnaliasIter_i::d_array, idep_UnaliasIter_i::d_index, d_this, and idep_NameIndexMap::length().
|
|
|
Definition at line 1204 of file idep_ldep.cxx. References idep_UnaliasIter_i::d_array, idep_UnaliasIter_i::d_index, and d_this.
|
|
|
Definition at line 1193 of file idep_ldep.cxx. References idep_UnaliasIter_i::d_index, and d_this.
|
|
|
|
|
|
Definition at line 242 of file idep_linkdep.h. Referenced by operator const void *(), operator()(), and operator++(). |
1.3.9.1