Definition at line 34 of file TGTextViewStream.h.
|
typedef std::char_traits< char > | traits |
|
|
virtual int | overflow (int=traits::eof()) |
| Method called to put a character into the controlled output sequence without changing the current position. More...
|
|
#include <TGTextViewStream.h>
◆ traits
◆ TGTextViewStreamBuf()
TGTextViewStreamBuf::TGTextViewStreamBuf |
( |
TGTextView * |
textview | ) |
|
◆ ~TGTextViewStreamBuf()
virtual TGTextViewStreamBuf::~TGTextViewStreamBuf |
( |
| ) |
|
|
inlinevirtual |
◆ overflow()
Int_t TGTextViewStreamBuf::overflow |
( |
int |
c = traits::eof() | ) |
|
|
protectedvirtual |
Method called to put a character into the controlled output sequence without changing the current position.
Definition at line 42 of file TGTextViewStream.cxx.
◆ fInputbuffer
std::vector<char> TGTextViewStreamBuf::fInputbuffer |
|
protected |
◆ fLinebuffer
std::vector<char> TGTextViewStreamBuf::fLinebuffer |
|
private |
◆ fTextView
[legend]