#include <TStringStreamBuffer.hh>
TStringStreamBufferのコラボレーション図
Public メソッド | |
TStringStreamBuffer (Tint len=0x1000) | |
virtual | ~TStringStreamBuffer () |
virtual Tint | sync () |
virtual Tint | overflow (Tint c=EOF) |
virtual Tvoid | ReceiveString () |
TSystemAction * | GetSystemAction () const |
Tchar * | GetString () const |
Tint | GetLength () const |
Tint | GetIndex () const |
Tint | GetLogLevel () const |
Tvoid | SetSystemAction (TSystemAction *action) |
Tvoid | SetLogLevel (Tint level) |
Protected メソッド | |
TStringStreamBuffer (const TStringStreamBuffer &right) | |
virtual TStringStreamBuffer & | operator= (const TStringStreamBuffer &right) |
Protected 変数 | |
TSystemAction * | theSystemAction |
Tchar * | theString |
Tint | theLength |
Tint | theIndex |
Tint | theLogLevel |
TStringStreamBuffer.hh の 45 行で定義されています。
|
TStringStreamBuffer.cc の 18 行で定義されています。 |
|
TStringStreamBuffer.cc の 38 行で定義されています。 参照 theString. |
|
TStringStreamBuffer.cc の 29 行で定義されています。 |
|
TStringStreamBuffer.hh の 99 行で定義されています。 |
|
TStringStreamBuffer.hh の 94 行で定義されています。 |
|
TStringStreamBuffer.hh の 104 行で定義されています。 参照 theLogLevel, と Tint. |
|
TStringStreamBuffer.hh の 89 行で定義されています。 |
|
TStringStreamBuffer.hh の 84 行で定義されています。 参照 theSystemAction. |
|
TStringStreamBuffer.cc の 43 行で定義されています。 参照 theIndex, theLength, theLogLevel, theString, と theSystemAction. |
|
TStringStreamBuffer.cc の 58 行で定義されています。 参照 cerrbuf, clogbuf, coutbuf, sync(), theIndex, theLength, theString, と Tint. |
|
TStringStreamBuffer.cc の 89 行で定義されています。 参照 cerrbuf, clogbuf, coutbuf, theLogLevel, theString, theSystemAction, Tstring, と Tvoid. 呼出 sync(). |
|
TStringStreamBuffer.hh の 115 行で定義されています。 参照 theLogLevel, と Tvoid. |
|
TStringStreamBuffer.hh の 109 行で定義されています。 参照 theSystemAction, と Tvoid. 呼出 TRunManager::SetSystemAction(), と TRunManager::~TRunManager(). |
|
TStringStreamBuffer.cc の 81 行で定義されています。 参照 ReceiveString(), theIndex, theString, と Tint. 呼出 overflow(). |
|
TStringStreamBuffer.hh の 53 行で定義されています。 呼出 GetIndex(), operator=(), overflow(), と sync(). |
|
TStringStreamBuffer.hh の 52 行で定義されています。 呼出 GetLength(), operator=(), overflow(), と TStringStreamBuffer(). |
|
TStringStreamBuffer.hh の 54 行で定義されています。 呼出 GetLogLevel(), operator=(), ReceiveString(), と SetLogLevel(). |
|
TStringStreamBuffer.hh の 51 行で定義されています。 呼出 GetString(), operator=(), overflow(), ReceiveString(), sync(), TStringStreamBuffer(), と ~TStringStreamBuffer(). |
|
TStringStreamBuffer.hh の 50 行で定義されています。 呼出 GetSystemAction(), operator=(), ReceiveString(), と SetSystemAction(). |