SOFA API  1a4bb3e7
Open source framework for multi-physics simuation
sofa::helper::lifecycle::ComponentChange Class Reference

#include <ComponentChange.h>

Inheritance diagram for sofa::helper::lifecycle::ComponentChange:

Public Attributes

std::string m_message
 
std::string m_changeVersion
 

Public Member Functions

 ComponentChange ()=default
 
 ComponentChange (const std::string &sinceVersion)
 
virtual ~ComponentChange ()=default
 
const std::string & getMessage () const
 
const std::string & getVersion () const
 

Attribute details

◆ m_changeVersion

std::string sofa::helper::lifecycle::ComponentChange::m_changeVersion

◆ m_message

std::string sofa::helper::lifecycle::ComponentChange::m_message

Constructor details

◆ ComponentChange() [1/2]

sofa::helper::lifecycle::ComponentChange::ComponentChange ( )
default

◆ ComponentChange() [2/2]

sofa::helper::lifecycle::ComponentChange::ComponentChange ( const std::string &  sinceVersion)
inlineexplicit

◆ ~ComponentChange()

virtual sofa::helper::lifecycle::ComponentChange::~ComponentChange ( )
virtualdefault

Function details

◆ getMessage()

const std::string& sofa::helper::lifecycle::ComponentChange::getMessage ( ) const
inline

◆ getVersion()

const std::string& sofa::helper::lifecycle::ComponentChange::getVersion ( ) const
inline