1#ifndef INC_CharBuffer_hpp__
2#define INC_CharBuffer_hpp__
17#ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
52#ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
int getChar()
Get the next character from the stream.
Definition CharBuffer.cpp:40
CharBuffer(const CharBuffer &other)
CharBuffer & operator=(const CharBuffer &other)
CharBuffer(std ::istream &input)
Create a character buffer.
Definition CharBuffer.cpp:30
std::istream & input
Definition CharBuffer.hpp:44
#define ANTLR_USE_NAMESPACE(_x_)
Definition config.hpp:18
#define ANTLR_API
Definition config.hpp:22
Definition ANTLRException.hpp:15