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