19 #include "TokenList.h"
32 for (std::vector<Token *>::const_iterator pos = orig.list.begin();
33 pos != list.end(); ++pos) {
43 for (std::vector<Token *>::iterator pos = list.begin();
44 pos != list.end(); ++pos) {
79 if (pos < 0 || pos >= list.size()) {