ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/antlr/CharBuffer.hpp
(Generate patch)

Comparing trunk/src/antlr/CharBuffer.hpp (file contents):
Revision 770 by tim, Fri Dec 2 15:38:03 2005 UTC vs.
Revision 1969 by gezelter, Wed Feb 26 14:14:50 2014 UTC

# Line 5 | Line 5
5   * Project led by Terence Parr at http://www.jGuru.com
6   * Software rights: http://www.antlr.org/license.html
7   *
8 < * $Id: CharBuffer.hpp,v 1.1 2005-12-02 15:38:02 tim Exp $
8 > * $Id$
9   */
10  
11 + #include <antlr/config.hpp>
12 +
13   #include <istream>
14  
13 #include <antlr/config.hpp>
15   #include <antlr/InputBuffer.hpp>
16  
17   #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
# Line 39 | Line 40 | class ANTLR_API CharBuffer : public InputBuffer { (pro
40          int getChar();
41  
42   protected:
43 +
44 + private:
45          // character source
46          ANTLR_USE_NAMESPACE(std)istream& input;
47  
45 private:
48          // NOTE: Unimplemented
49          CharBuffer(const CharBuffer& other);
50          CharBuffer& operator=(const CharBuffer& other);

Comparing trunk/src/antlr/CharBuffer.hpp (property svn:keywords):
Revision 770 by tim, Fri Dec 2 15:38:03 2005 UTC vs.
Revision 1969 by gezelter, Wed Feb 26 14:14:50 2014 UTC

# Line 0 | Line 1
1 + Author Id Revision Date

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines