# | 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); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |