#include <idep_compiledep.h>
Public Member Functions | |
| idep_RootFileIter (const idep_CompileDep &compileDep) | |
| ~idep_RootFileIter () | |
| void | operator++ () |
| operator const void * () const | |
| const char * | operator() () const |
Private Member Functions | |
| idep_RootFileIter (const idep_RootFileIter &) | |
| idep_RootFileIter & | operator= (const idep_RootFileIter &) |
Private Attributes | |
| idep_RootFileIter_i * | d_this |
Friends | |
| class | idep_HeaderFileIter |
|
|
|
|
|
Definition at line 356 of file idep_cdep.cxx. 00357 : d_this(new idep_RootFileIter_i(*dep.d_this)) 00358 { 00359 }
|
|
|
Definition at line 361 of file idep_cdep.cxx. 00362 {
00363 delete d_this;
00364 }
|
|
|
Definition at line 372 of file idep_cdep.cxx. References idep_RootFileIter_i::d_dep, idep_RootFileIter_i::d_index, idep_CompileDep_i::d_numRootFiles, and d_this. 00373 {
00374 return d_this->d_index < d_this->d_dep.d_numRootFiles ? this : 0;
00375 }
|
|
|
Definition at line 377 of file idep_cdep.cxx. References idep_RootFileIter_i::d_dep, idep_CompileDep_i::d_fileNames_p, idep_RootFileIter_i::d_index, and d_this. 00378 {
00379 return (*d_this->d_dep.d_fileNames_p)[d_this->d_index];
00380 }
|
|
|
Definition at line 366 of file idep_cdep.cxx. References idep_RootFileIter_i::d_index, and d_this.
|
|
|
|
|
|
Definition at line 84 of file idep_compiledep.h. |
|
|
Definition at line 82 of file idep_compiledep.h. Referenced by operator const void *(), operator()(), and operator++(). |
1.3.9.1