Loading [MathJax]/extensions/tex2jax.js
Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
TGTextViewStreamBuf Class Reference

Definition at line 34 of file TGTextViewStream.h.

Public Member Functions

 TGTextViewStreamBuf (TGTextView *textview)
 TGTextViewStreamBuf constructor.
 
virtual ~TGTextViewStreamBuf ()
 

Protected Types

typedef std::char_traits< char > traits
 

Protected Member Functions

virtual int overflow (int=traits::eof())
 Method called to put a character into the controlled output sequence without changing the current position.
 

Protected Attributes

std::vector< char > fInputbuffer
 

Private Attributes

std::vector< char > fLinebuffer
 
TGTextViewfTextView
 

#include <TGTextViewStream.h>

Inheritance diagram for TGTextViewStreamBuf:
[legend]

Member Typedef Documentation

◆ traits

typedef std::char_traits<char> TGTextViewStreamBuf::traits
protected

Definition at line 42 of file TGTextViewStream.h.

Constructor & Destructor Documentation

◆ TGTextViewStreamBuf()

TGTextViewStreamBuf::TGTextViewStreamBuf ( TGTextView textview)

TGTextViewStreamBuf constructor.

Definition at line 30 of file TGTextViewStream.cxx.

◆ ~TGTextViewStreamBuf()

virtual TGTextViewStreamBuf::~TGTextViewStreamBuf ( )
inlinevirtual

Definition at line 47 of file TGTextViewStream.h.

Member Function Documentation

◆ 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.

Member Data Documentation

◆ fInputbuffer

std::vector<char> TGTextViewStreamBuf::fInputbuffer
protected

Definition at line 41 of file TGTextViewStream.h.

◆ fLinebuffer

std::vector<char> TGTextViewStreamBuf::fLinebuffer
private

Definition at line 38 of file TGTextViewStream.h.

◆ fTextView

TGTextView* TGTextViewStreamBuf::fTextView
private

Definition at line 37 of file TGTextViewStream.h.

Libraries for TGTextViewStreamBuf:

The documentation for this class was generated from the following files: