mummy  1.0.3
Classes
MummyLineOrientedTextFileReader.h File Reference
#include "MummyUtilities.h"
#include "gxsys/stl/string"
#include "gxsys/stl/vector"
Include dependency graph for MummyLineOrientedTextFileReader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LineData
 Internal, implementation detail class that caches information associated with a line in a line oriented text file. Used only internally by MummyLineOrientedTextFileReader. More...
 
class  MummyLineOrientedTextFileReader
 Class that reads a text file and caches its lines and information about those lines for quick queries based on line numbers. Primarily used to look up code comment documentation blocks just prior to class and method declarations in C++ header files. Initialize by calling SetFileName. More...