LauTextFileParser.hh std::map< int, std::vector< std::string > > LineMap The type used to contain the parsed text. Definition: LauTextFileParser.hh:108 LauTextFileParser(const LauTextFileParser &rhs) Copy constructor (not implemented) UInt_t getTotalNumLines() const Get the total number of lines that are not comments. Definition: LauTextFileParser.hh:96 std::vector< std::string > getLine(UInt_t lineNo) Retrieve the specified line. Definition: LauTextFileParser.cc:146 LauTextFileParser & operator=(const LauTextFileParser &rhs) Copy assignment operator (not implemented) Generated by 1.8.18 |