Public Member Functions | |
| idep_FileDepIter_i (const char *fileName) | |
Public Attributes | |
| std::ifstream | d_file |
| char | d_buf [MAX_LINE_LENGTH] |
| const char * | d_header_p |
| int | d_isValidFile |
|
|
Definition at line 118 of file idep_fdepitr.cxx. References d_isValidFile. 00119 : d_file(fileName) 00120 , d_header_p(d_buf) // buffer is not yet initialized 00121 { 00122 d_isValidFile = !!d_file; // depends on result of initialization 00123 }
|
|
|
Definition at line 111 of file idep_fdepitr.cxx. Referenced by idep_FileDepIter::operator++(), and idep_FileDepIter::reset(). |
|
|
Definition at line 110 of file idep_fdepitr.cxx. Referenced by idep_FileDepIter::operator++(), and idep_FileDepIter::reset(). |
|
|
Definition at line 112 of file idep_fdepitr.cxx. Referenced by idep_FileDepIter::idep_FileDepIter(), idep_FileDepIter::operator const void *(), idep_FileDepIter::operator()(), idep_FileDepIter::operator++(), and idep_FileDepIter::reset(). |
|
|
Definition at line 113 of file idep_fdepitr.cxx. Referenced by idep_FileDepIter_i(), and idep_FileDepIter::isValidFile(). |
1.3.9.1