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 1968 by gezelter, Wed May 11 16:32:48 2011 UTC vs.
Revision 1969 by gezelter, Wed Feb 26 14:14:50 2014 UTC

# Line 40 | 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  
46 private:
48          // NOTE: Unimplemented
49          CharBuffer(const CharBuffer& other);
50          CharBuffer& operator=(const CharBuffer& other);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines