Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::TraceMngStreamList Class Reference

Manages a list of streams per thread. More...

Public Attributes

std::ostringstream m_str_std
std::ostringstream m_str_info
std::ostringstream m_str_warning
std::ostringstream m_str_error
std::ostringstream m_str_log
std::ostringstream m_str_fatal
std::ostringstream m_str_parallel_fatal
std::ostringstream m_str_debug
std::ostringstream m_str_null
std::ostringstream * m_str_list [NB_STREAM]
Integer m_str_count [NB_STREAM]
std::ostringstream m_tmp_buf

Static Public Attributes

static const Integer NB_STREAM = 9

Detailed Description

Manages a list of streams per thread.

There should only be one instance of this class per thread.

This class ensures that thread listing displays are handled correctly.

Definition at line 132 of file arccore/src/trace/arccore/trace/TraceMng.cc.

Constructor & Destructor Documentation

◆ TraceMngStreamList()

Arcane::TraceMngStreamList::TraceMngStreamList ( )
inline

Definition at line 138 of file arccore/src/trace/arccore/trace/TraceMng.cc.

Member Data Documentation

◆ m_str_count

Integer Arcane::TraceMngStreamList::m_str_count[NB_STREAM]

Definition at line 168 of file arccore/src/trace/arccore/trace/TraceMng.cc.

◆ m_str_debug

std::ostringstream Arcane::TraceMngStreamList::m_str_debug

Definition at line 165 of file arccore/src/trace/arccore/trace/TraceMng.cc.

◆ m_str_error

std::ostringstream Arcane::TraceMngStreamList::m_str_error

Definition at line 161 of file arccore/src/trace/arccore/trace/TraceMng.cc.

◆ m_str_fatal

std::ostringstream Arcane::TraceMngStreamList::m_str_fatal

Definition at line 163 of file arccore/src/trace/arccore/trace/TraceMng.cc.

◆ m_str_info

std::ostringstream Arcane::TraceMngStreamList::m_str_info

Definition at line 159 of file arccore/src/trace/arccore/trace/TraceMng.cc.

◆ m_str_list

std::ostringstream* Arcane::TraceMngStreamList::m_str_list[NB_STREAM]

Definition at line 167 of file arccore/src/trace/arccore/trace/TraceMng.cc.

◆ m_str_log

std::ostringstream Arcane::TraceMngStreamList::m_str_log

Definition at line 162 of file arccore/src/trace/arccore/trace/TraceMng.cc.

◆ m_str_null

std::ostringstream Arcane::TraceMngStreamList::m_str_null

Definition at line 166 of file arccore/src/trace/arccore/trace/TraceMng.cc.

◆ m_str_parallel_fatal

std::ostringstream Arcane::TraceMngStreamList::m_str_parallel_fatal

Definition at line 164 of file arccore/src/trace/arccore/trace/TraceMng.cc.

◆ m_str_std

std::ostringstream Arcane::TraceMngStreamList::m_str_std

Definition at line 158 of file arccore/src/trace/arccore/trace/TraceMng.cc.

◆ m_str_warning

std::ostringstream Arcane::TraceMngStreamList::m_str_warning

Definition at line 160 of file arccore/src/trace/arccore/trace/TraceMng.cc.

◆ m_tmp_buf

std::ostringstream Arcane::TraceMngStreamList::m_tmp_buf

Definition at line 169 of file arccore/src/trace/arccore/trace/TraceMng.cc.

◆ NB_STREAM

const Integer Arcane::TraceMngStreamList::NB_STREAM = 9
static

Definition at line 137 of file arccore/src/trace/arccore/trace/TraceMng.cc.


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