lemon/lemon_reader.h
changeset 1950 a1a6f5b788bd
parent 1909 2d806130e700
child 1956 a055123339d5
equal deleted inserted replaced
13:b435a12f8831 14:a627d3f79a17
  1960   /// \brief SectionReader for retrieve what is in the file.
  1960   /// \brief SectionReader for retrieve what is in the file.
  1961   ///
  1961   ///
  1962   /// SectionReader for retrieve what is in the file. If you want
  1962   /// SectionReader for retrieve what is in the file. If you want
  1963   /// to know which sections, maps and items are in the file
  1963   /// to know which sections, maps and items are in the file
  1964   /// use the next code:
  1964   /// use the next code:
  1965   /// \code
  1965   ///\code
  1966   /// LemonReader reader("input.lgf");
  1966   /// LemonReader reader("input.lgf");
  1967   /// ContentReader content(reader);
  1967   /// ContentReader content(reader);
  1968   /// reader.run();
  1968   /// reader.run();
  1969   /// \endcode
  1969   ///\endcode
  1970   class ContentReader : public LemonReader::SectionReader {
  1970   class ContentReader : public LemonReader::SectionReader {
  1971     typedef LemonReader::SectionReader Parent;
  1971     typedef LemonReader::SectionReader Parent;
  1972   public:
  1972   public:
  1973     /// \brief Constructor.
  1973     /// \brief Constructor.
  1974     ///
  1974     ///