Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
Public 타입 | Public 멤버 함수 | Protected 멤버 함수 | Protected 속성 | 정적 Protected 속성 | 모든 멤버 목록
G4BuffercoutDestination 클래스 참조

#include <G4BuffercoutDestination.hh>

G4BuffercoutDestination에 대한 상속 다이어그램 :
G4coutDestination

Public 타입

using Transformer = std::function< G4bool(G4String &)>
 

Public 멤버 함수

 G4BuffercoutDestination (size_t maxSize=0)
 
virtual ~G4BuffercoutDestination ()
 
virtual G4int ReceiveG4cout (const G4String &msg) override
 
virtual G4int ReceiveG4cerr (const G4String &msg) override
 
virtual G4int FlushG4cout ()
 
virtual G4int FlushG4cerr ()
 
virtual void Finalize ()
 
void SetMaxSize (size_t max)
 
size_t GetMaxSize () const
 
size_t GetCurrentSizeOut () const
 
size_t GetCurrentSizeErr () const
 
void AddCoutTransformer (const Transformer &t)
 
void AddCoutTransformer (Transformer &&t)
 
void AddCerrTransformer (const Transformer &t)
 
void AddCerrTransformer (Transformer &&t)
 
virtual void ResetTransformers ()
 
G4int ReceiveG4cout_ (const G4String &msg)
 
G4int ReceiveG4cerr_ (const G4String &msg)
 

Protected 멤버 함수

void ResetCout ()
 
void ResetCerr ()
 

Protected 속성

std::ostringstream m_buffer_out
 
std::ostringstream m_buffer_err
 
size_t m_currentSize_out
 
size_t m_currentSize_err
 
size_t m_maxSize
 
std::vector< TransformertransformersCout
 
std::vector< TransformertransformersCerr
 

정적 Protected 속성

static G4coutDestinationmasterG4coutDestination = 0
 

상세한 설명

G4BuffercoutDestination.hh 파일의 50 번째 라인에서 정의되었습니다.

멤버 타입정의 문서화

G4coutDestination.hh 파일의 62 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

G4BuffercoutDestination::G4BuffercoutDestination ( size_t  maxSize = 0)
explicit

G4BuffercoutDestination.cc 파일의 38 번째 라인에서 정의되었습니다.

G4BuffercoutDestination::~G4BuffercoutDestination ( )
virtual

G4BuffercoutDestination.cc 파일의 42 번째 라인에서 정의되었습니다.

다음을 참조함 : Finalize().

멤버 함수 문서화

void G4coutDestination::AddCerrTransformer ( const Transformer t)
inlineinherited

G4coutDestination.hh 파일의 67 번째 라인에서 정의되었습니다.

다음을 참조함 : G4coutDestination::transformersCerr.

다음에 의해서 참조됨 : G4MTcoutDestination::HandleFileCerr().

void G4coutDestination::AddCerrTransformer ( Transformer &&  t)
inlineinherited

G4coutDestination.hh 파일의 69 번째 라인에서 정의되었습니다.

다음을 참조함 : G4coutDestination::transformersCerr.

void G4coutDestination::AddCoutTransformer ( const Transformer t)
inlineinherited

G4coutDestination.hh 파일의 63 번째 라인에서 정의되었습니다.

다음을 참조함 : G4coutDestination::transformersCout.

다음에 의해서 참조됨 : G4MTcoutDestination::AddMasterOutput(), G4MTcoutDestination::HandleFileCout(), G4MTcoutDestination::SetDefaultOutput().

void G4coutDestination::AddCoutTransformer ( Transformer &&  t)
inlineinherited

G4coutDestination.hh 파일의 65 번째 라인에서 정의되었습니다.

다음을 참조함 : G4coutDestination::transformersCout.

void G4BuffercoutDestination::Finalize ( )
virtual

G4BuffercoutDestination.cc 파일의 46 번째 라인에서 정의되었습니다.

다음을 참조함 : FlushG4cerr(), FlushG4cout().

다음에 의해서 참조됨 : ~G4BuffercoutDestination().

G4int G4BuffercoutDestination::FlushG4cerr ( )
virtual

G4BuffercoutDestination.cc 파일의 83 번째 라인에서 정의되었습니다.

다음을 참조함 : m_buffer_err, ResetCerr().

다음에 의해서 참조됨 : G4MTcoutDestination::DumpBuffer(), Finalize(), ReceiveG4cerr().

G4int G4BuffercoutDestination::FlushG4cout ( )
virtual

G4BuffercoutDestination.cc 파일의 71 번째 라인에서 정의되었습니다.

다음을 참조함 : m_buffer_out, ResetCout().

다음에 의해서 참조됨 : G4MTcoutDestination::DumpBuffer(), Finalize(), ReceiveG4cout().

size_t G4BuffercoutDestination::GetCurrentSizeErr ( ) const
inline

G4BuffercoutDestination.hh 파일의 72 번째 라인에서 정의되었습니다.

다음을 참조함 : m_currentSize_err.

size_t G4BuffercoutDestination::GetCurrentSizeOut ( ) const
inline

G4BuffercoutDestination.hh 파일의 71 번째 라인에서 정의되었습니다.

다음을 참조함 : m_currentSize_out.

size_t G4BuffercoutDestination::GetMaxSize ( ) const
inline

G4BuffercoutDestination.hh 파일의 70 번째 라인에서 정의되었습니다.

다음을 참조함 : m_maxSize.

G4int G4BuffercoutDestination::ReceiveG4cerr ( const G4String msg)
overridevirtual

G4coutDestination(으)로부터 재구현되었습니다.

G4BuffercoutDestination.cc 파일의 61 번째 라인에서 정의되었습니다.

다음을 참조함 : FlushG4cerr(), m_buffer_err, m_currentSize_err, m_maxSize.

G4int G4coutDestination::ReceiveG4cerr_ ( const G4String msg)
inherited

G4coutDestination.cc 파일의 80 번째 라인에서 정의되었습니다.

다음을 참조함 : m, G4coutDestination::ReceiveG4cerr(), G4coutDestination::transformersCerr, G4coutDestination::transformersCout.

다음에 의해서 참조됨 : G4MasterForwardcoutDestination::ReceiveG4cerr().

G4int G4BuffercoutDestination::ReceiveG4cout ( const G4String msg)
overridevirtual

G4coutDestination(으)로부터 재구현되었습니다.

G4BuffercoutDestination.cc 파일의 51 번째 라인에서 정의되었습니다.

다음을 참조함 : FlushG4cout(), m_buffer_out, m_currentSize_out, m_maxSize.

G4int G4coutDestination::ReceiveG4cout_ ( const G4String msg)
inherited

G4coutDestination.cc 파일의 60 번째 라인에서 정의되었습니다.

다음을 참조함 : m, G4coutDestination::ReceiveG4cout(), result, G4coutDestination::transformersCout.

다음에 의해서 참조됨 : G4MasterForwardcoutDestination::ReceiveG4cout().

void G4BuffercoutDestination::ResetCerr ( )
protected

G4BuffercoutDestination.cc 파일의 89 번째 라인에서 정의되었습니다.

다음을 참조함 : m_buffer_err, m_currentSize_err.

다음에 의해서 참조됨 : FlushG4cerr().

void G4BuffercoutDestination::ResetCout ( )
protected

G4BuffercoutDestination.cc 파일의 77 번째 라인에서 정의되었습니다.

다음을 참조함 : m_buffer_out, m_currentSize_out.

다음에 의해서 참조됨 : FlushG4cout().

void G4coutDestination::ResetTransformers ( )
virtualinherited

G4coutDestination.cc 파일의 43 번째 라인에서 정의되었습니다.

다음을 참조함 : G4coutDestination::transformersCerr, G4coutDestination::transformersCout.

void G4BuffercoutDestination::SetMaxSize ( size_t  max)
inline

G4BuffercoutDestination.hh 파일의 69 번째 라인에서 정의되었습니다.

다음을 참조함 : m_maxSize, G4INCL::Math::max().

멤버 데이타 문서화

std::ostringstream G4BuffercoutDestination::m_buffer_err
protected

G4BuffercoutDestination.hh 파일의 80 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : FlushG4cerr(), ReceiveG4cerr(), ResetCerr().

std::ostringstream G4BuffercoutDestination::m_buffer_out
protected

G4BuffercoutDestination.hh 파일의 79 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : FlushG4cout(), ReceiveG4cout(), ResetCout().

size_t G4BuffercoutDestination::m_currentSize_err
protected

G4BuffercoutDestination.hh 파일의 82 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetCurrentSizeErr(), ReceiveG4cerr(), ResetCerr().

size_t G4BuffercoutDestination::m_currentSize_out
protected

G4BuffercoutDestination.hh 파일의 81 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetCurrentSizeOut(), ReceiveG4cout(), ResetCout().

size_t G4BuffercoutDestination::m_maxSize
protected

G4BuffercoutDestination.hh 파일의 83 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetMaxSize(), ReceiveG4cerr(), ReceiveG4cout(), SetMaxSize().

G4coutDestination * G4coutDestination::masterG4coutDestination = 0
staticprotectedinherited

G4coutDestination.hh 파일의 95 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4MasterForwardcoutDestination::ReceiveG4cerr(), G4MasterForwardcoutDestination::ReceiveG4cout().

std::vector<Transformer> G4coutDestination::transformersCerr
protectedinherited

G4coutDestination.hh 파일의 98 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4coutDestination::AddCerrTransformer(), G4coutDestination::ReceiveG4cerr_(), G4coutDestination::ResetTransformers().

std::vector<Transformer> G4coutDestination::transformersCout
protectedinherited

이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: