#include <ctrl_slog.hpp>
Inheritance diagram for Arageli::ctrl::rref_slog< Stream >:
Public Member Functions | |
rref_slog (Stream &stream_a, bool preamble_on_a=true, bool conclusion_on_a=true) | |
rref_field_slog< Stream > | ctrl_rref_field () const |
rref_int_slog< Stream > | ctrl_rref_int () const |
Public Attributes | |
Stream & | stream_m |
bool | preamble_on |
bool | conclusion_on |
Classes | |
class | abort |
Definition at line 371 of file ctrl_slog.hpp.
Arageli::ctrl::rref_slog< Stream >::rref_slog | ( | Stream & | stream_a, | |
bool | preamble_on_a = true , |
|||
bool | conclusion_on_a = true | |||
) | [inline] |
Definition at line 379 of file ctrl_slog.hpp.
rref_field_slog<Stream> Arageli::ctrl::rref_slog< Stream >::ctrl_rref_field | ( | ) | const [inline] |
rref_int_slog<Stream> Arageli::ctrl::rref_slog< Stream >::ctrl_rref_int | ( | ) | const [inline] |
bool Arageli::ctrl::rref_slog< Stream >::conclusion_on |
Definition at line 376 of file ctrl_slog.hpp.
bool Arageli::ctrl::rref_slog< Stream >::preamble_on |
Definition at line 376 of file ctrl_slog.hpp.
Stream& Arageli::ctrl::rref_slog< Stream >::stream_m |
Definition at line 375 of file ctrl_slog.hpp.