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 1442 by gezelter, Mon May 10 17:28:26 2010 UTC vs.
Revision 1969 by gezelter, Wed Feb 26 14:14:50 2014 UTC

# Line 8 | Line 8
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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines