todo: clean up, move to CPP file More...

Public Member Functions | |
| IncludeCacheEntry (std::istream *stream_, bool must_delete_=false) | |
| IncludeCacheEntry (const IncludeCacheEntry &other) | |
| ~IncludeCacheEntry () | |
Data Fields | |
| wxString | name |
| used for error reporting | |
| int | line |
| int | column |
| std::istream * | stream |
| int * | refcount |
todo: clean up, move to CPP file
simple reference counted pointer to stream.
Definition at line 206 of file tdfcontainer.h.
| Tokenizer::IncludeCacheEntry::IncludeCacheEntry | ( | std::istream * | stream_, | |
| bool | must_delete_ = false | |||
| ) | [inline] |
Definition at line 214 of file tdfcontainer.h.
| Tokenizer::IncludeCacheEntry::IncludeCacheEntry | ( | const IncludeCacheEntry & | other | ) | [inline] |
Definition at line 225 of file tdfcontainer.h.
| Tokenizer::IncludeCacheEntry::~IncludeCacheEntry | ( | ) | [inline] |
Definition at line 235 of file tdfcontainer.h.
Definition at line 209 of file tdfcontainer.h.
Definition at line 208 of file tdfcontainer.h.
used for error reporting
Definition at line 207 of file tdfcontainer.h.
Definition at line 212 of file tdfcontainer.h.
| std::istream* Tokenizer::IncludeCacheEntry::stream |
Definition at line 210 of file tdfcontainer.h.
1.6.3