Include dependency graph for iTstream.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | iTstream |
| Input token stream. More... | |
Namespaces | |
| pFlow | |
Functions | |
| bool | validTokenForStream (const token tok) |
| Is tok a valid token for this stream? More... | |
| bool | isBeginToken (const token &tok) |
| Is tok a begin token? More... | |
| bool | isEndToken (const token &tok) |
| Is tok an end token? More... | |