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 |
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); |