#include <Log.hh>
Definition at line 37 of file Log.hh.
|
| | LogVerbatim (std::string _text, bool _indent_first_line=true) |
| |
| virtual void | print (Log &log) const override |
| |
| std::unique_ptr< Cloneable > | clone () const |
| |
| std::unique_ptr< Cloneable > | move () |
| |
|
| virtual Cloneable * | _clone () const =0 |
| |
| virtual Cloneable * | _move ()=0 |
| |
◆ LogVerbatim()
| CASM::LogVerbatim::LogVerbatim |
( |
std::string |
_text, |
|
|
bool |
_indent_first_line = true |
|
) |
| |
|
inlineexplicit |
◆ _clone()
| virtual Cloneable* notstd::Cloneable::_clone |
( |
| ) |
const |
|
privatepure virtualinherited |
◆ _move()
| virtual Cloneable* notstd::Cloneable::_move |
( |
| ) |
|
|
privatepure virtualinherited |
◆ clone()
| std::unique_ptr<Cloneable> notstd::Cloneable::clone |
( |
| ) |
const |
|
inlineinherited |
◆ move()
| std::unique_ptr<Cloneable> notstd::Cloneable::move |
( |
| ) |
|
|
inlineinherited |
◆ print()
| void CASM::LogVerbatim::print |
( |
Log & |
log | ) |
const |
|
overridevirtual |
◆ indent_first_line
| bool CASM::LogVerbatim::indent_first_line |
◆ text
| std::string CASM::LogText::text |
|
inherited |
The documentation for this struct was generated from the following files:
- /Users/bpuchala/Work/codes/CASMcode_v0.2.X_reference/include/casm/casm_io/Log.hh
- /Users/bpuchala/Work/codes/CASMcode_v0.2.X_reference/src/casm/casm_io/Log.cc