Modules | Files | Inheritance Tree | Inheritance Graph | Name Index | Config
package Synopsis::Parser::C++
struct LinkStore:: Private
Files: Synopsis/Parser/C++/syn/linkstore.cc

Public Typedefs Summary:
std::map<AST::SourceFile*, Streams>StreamsMap
The type of a map of streams [Source]

Public Structs Summary:
Streams
Struct for storing a pair of ofstream pointers [Source]

Public Data members Summary:
const char*buffer_start
The start of the program buffer [Source]
FileFilter*filter
The filter [Source]
Parser*parser
The Parser object [Source]
SWalker*walker
The SWalker object [Source]
StreamsMapstreams
A map of streams for each file [Source]