ROOT  6.06/09
Reference Guide
Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | Private Attributes | List of all members
TGTextViewStreamBuf Class Reference

Definition at line 36 of file TGTextViewStream.h.

Public Member Functions

 TGTextViewStreamBuf (TGTextView *textview)
 
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. More...
 

Protected Attributes

std::vector< char > fInputbuffer
 

Private Attributes

TGTextViewfTextView
 
std::vector< char > fLinebuffer
 

#include <TGTextViewStream.h>

+ Inheritance diagram for TGTextViewStreamBuf:
+ Collaboration diagram for TGTextViewStreamBuf:

Member Typedef Documentation

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

Definition at line 44 of file TGTextViewStream.h.

Constructor & Destructor Documentation

TGTextViewStreamBuf::TGTextViewStreamBuf ( TGTextView textview)
virtual TGTextViewStreamBuf::~TGTextViewStreamBuf ( )
inlinevirtual

Definition at line 49 of file TGTextViewStream.h.

Member Function Documentation

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

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

Definition at line 43 of file TGTextViewStream.h.

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

Definition at line 40 of file TGTextViewStream.h.

Referenced by overflow().

TGTextView* TGTextViewStreamBuf::fTextView
private

Definition at line 39 of file TGTextViewStream.h.

Referenced by overflow().


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