1 #ifndef INC_CharInputBuffer_hpp__ 2 # define INC_CharInputBuffer_hpp__ 14 # ifdef HAS_NOT_CCTYPE_H 20 #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE 37 , delete_buffer(owner)
47 if( delete_buffer && buffer )
55 virtual inline void reset(
void )
63 return (ptr < end) ? *ptr++ : EOF;
73 #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE Definition: ANTLRException.hpp:15