#include <Log.hh>
Definition at line 19 of file Log.hh.
|
| LogText (std::string _text) |
|
virtual void | print (Log &log) const =0 |
|
std::unique_ptr< Cloneable > | clone () const |
|
std::unique_ptr< Cloneable > | move () |
|
|
virtual Cloneable * | _clone () const =0 |
|
virtual Cloneable * | _move ()=0 |
|
◆ LogText()
CASM::LogText::LogText |
( |
std::string |
_text | ) |
|
|
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()
virtual void CASM::LogText::print |
( |
Log & |
log | ) |
const |
|
pure virtual |
◆ text
std::string CASM::LogText::text |
The documentation for this struct was generated from the following file:
- /Users/bpuchala/Work/codes/CASMcode_v0.2.X_reference/include/casm/casm_io/Log.hh