CASM  1.1.0
A Clusters Approach to Statistical Mechanics
CASM::LogParagraph Struct Referenceabstract

#include <Log.hh>

+ Inheritance diagram for CASM::LogParagraph:

Detailed Description

Definition at line 29 of file Log.hh.

Public Member Functions

 LogParagraph (std::string _text)
 
virtual void print (Log &log) const override
 
std::unique_ptr< Cloneable > clone () const
 
std::unique_ptr< Cloneable > move ()
 

Public Attributes

std::string text
 

Private Member Functions

virtual Cloneable * _clone () const =0
 
virtual Cloneable * _move ()=0
 

Constructor & Destructor Documentation

◆ LogParagraph()

CASM::LogParagraph::LogParagraph ( std::string  _text)
inlineexplicit

Definition at line 32 of file Log.hh.

Member Function Documentation

◆ _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

Definition at line 92 of file cloneable_ptr.hh.

◆ move()

std::unique_ptr<Cloneable> notstd::Cloneable::move ( )
inlineinherited

Definition at line 95 of file cloneable_ptr.hh.

◆ print()

void CASM::LogParagraph::print ( Log log) const
overridevirtual

Implements CASM::LogText.

Definition at line 10 of file Log.cc.

Member Data Documentation

◆ text

std::string CASM::LogText::text
inherited

Definition at line 24 of file Log.hh.


The documentation for this struct was generated from the following files: