Definition at line 24 of file TGTextViewStream.h.
|
typedef std::char_traits< char > | traits |
|
|
int | overflow (int=traits::eof()) override |
| Method called to put a character into the controlled output sequence without changing the current position.
|
|
#include <TGTextViewStream.h>
◆ traits
◆ TGTextViewStreamBuf()
TGTextViewStreamBuf::TGTextViewStreamBuf |
( |
TGTextView * |
textview | ) |
|
◆ ~TGTextViewStreamBuf()
TGTextViewStreamBuf::~TGTextViewStreamBuf |
( |
| ) |
|
|
inlineoverride |
◆ Class()
static TClass * TGTextViewStreamBuf::Class |
( |
| ) |
|
|
static |
- Returns
- TClass describing this class
◆ Class_Name()
static const char * TGTextViewStreamBuf::Class_Name |
( |
| ) |
|
|
static |
- Returns
- Name of this class
◆ Class_Version()
static constexpr Version_t TGTextViewStreamBuf::Class_Version |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ DeclFileName()
static const char * TGTextViewStreamBuf::DeclFileName |
( |
| ) |
|
|
inlinestatic |
- Returns
- Name of the file containing the class declaration
Definition at line 39 of file TGTextViewStream.h.
◆ IsA()
virtual TClass * TGTextViewStreamBuf::IsA |
( |
| ) |
const |
|
inlinevirtual |
◆ overflow()
Int_t TGTextViewStreamBuf::overflow |
( |
int |
c = traits::eof() | ) |
|
|
overrideprotected |
Method called to put a character into the controlled output sequence without changing the current position.
Definition at line 43 of file TGTextViewStream.cxx.
◆ Streamer()
virtual void TGTextViewStreamBuf::Streamer |
( |
TBuffer & |
| ) |
|
|
virtual |
◆ StreamerNVirtual()
void TGTextViewStreamBuf::StreamerNVirtual |
( |
TBuffer & |
ClassDef_StreamerNVirtual_b | ) |
|
|
inline |
◆ fInputbuffer
std::vector<char> TGTextViewStreamBuf::fInputbuffer |
|
protected |
◆ fLinebuffer
std::vector<char> TGTextViewStreamBuf::fLinebuffer |
|
private |
◆ fTextView
The documentation for this class was generated from the following files: