#include <ctrl_slog.hpp>
Inheritance diagram for Arageli::ctrl::skeleton_slog< Stream >:
Public Member Functions | |
skeleton_slog (Stream &stream_a, bool output_top_a, bool preamble_on_a=true, bool conclusion_on_a=true) | |
skeleton_motzkin_burger_slog< Stream > | motzkin_burger_ctrl () const |
Public Attributes | |
Stream & | stream |
bool | output_top |
bool | preamble_on |
bool | conclusion_on |
Classes | |
class | abort |
Definition at line 1071 of file ctrl_slog.hpp.
Arageli::ctrl::skeleton_slog< Stream >::skeleton_slog | ( | Stream & | stream_a, | |
bool | output_top_a, | |||
bool | preamble_on_a = true , |
|||
bool | conclusion_on_a = true | |||
) | [inline] |
Definition at line 1079 of file ctrl_slog.hpp.
skeleton_motzkin_burger_slog<Stream> Arageli::ctrl::skeleton_slog< Stream >::motzkin_burger_ctrl | ( | ) | const [inline] |
bool Arageli::ctrl::skeleton_slog< Stream >::conclusion_on |
Definition at line 1076 of file ctrl_slog.hpp.
bool Arageli::ctrl::skeleton_slog< Stream >::output_top |
Definition at line 1076 of file ctrl_slog.hpp.
bool Arageli::ctrl::skeleton_slog< Stream >::preamble_on |
Definition at line 1076 of file ctrl_slog.hpp.
Stream& Arageli::ctrl::skeleton_slog< Stream >::stream |
Definition at line 1075 of file ctrl_slog.hpp.