#include "idep_tokeniter.h"#include <ctype.h>#include <memory.h>#include <iostream>#include <cassert>Go to the source code of this file.
Classes | |
| struct | idep_TokenIter_i |
Enumerations | |
| enum | { START_SIZE = 1, GROW_FACTOR = 2 } |
Variables | |
| const char | NEWLINE_CHAR = '\n' |
| const char | NULL_CHAR = '\0' |
|
|
Definition at line 11 of file idep_tokitr.cxx. 00011 { START_SIZE = 1, GROW_FACTOR = 2 };
|
|
|
Definition at line 13 of file idep_tokitr.cxx. Referenced by idep_LinkDep_i::loadDependencies(), idep_TokenIter::operator++(), and idep_AliasUtil::readAliases(). |
|
|
Definition at line 14 of file idep_tokitr.cxx. Referenced by idep_LinkDep_i::entry(), idep_TokenIter::operator++(), and idep_AliasUtil::readAliases(). |
1.3.9.1