/[ff3d]/ff3d/language/POVLexer.hpp
ViewVC logotype

Diff of /ff3d/language/POVLexer.hpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by delpinux, Mon Feb 17 16:32:52 2003 UTC revision 1.2 by delpinux, Mon May 5 19:03:32 2003 UTC
# Line 35  private: Line 35  private:
35    /*! This function returns the token associated to the name "word" if it    /*! This function returns the token associated to the name "word" if it
36      corresponds to a Keyword, else, it returns "-1".      corresponds to a Keyword, else, it returns "-1".
37     */     */
38    const int isKeyword (const std::string& word);    int isKeyword (const std::string& word);
39    
40  public:  public:
41    
42    //! The lexer function.    //! The lexer function.
43    const int yylex();    int yylex();
44    
45    //! Constructs a POVLexer for given std::istream and std::ostream.    //! Constructs a POVLexer for given std::istream and std::ostream.
46    POVLexer(std::istream& In,    POVLexer(std::istream& In,

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26