state_machine_cpp
state_machine_cpp::Util::comparable< T > Class Template Referenceabstract

#include <__comparable.h>

Public Member Functions

bool operator== (const T &t_rhs) const
 
bool operator!= (const T &t_rhs) const
 

Protected Member Functions

virtual bool equals_to (const T &t_rhs) const =0
 

Detailed Description

template<class T>
class state_machine_cpp::Util::comparable< T >

Definition at line 11 of file __comparable.h.

Member Function Documentation

◆ equals_to()

template<class T >
virtual bool state_machine_cpp::Util::comparable< T >::equals_to ( const T &  t_rhs) const
protectedpure virtual

◆ operator!=()

template<class T >
bool state_machine_cpp::Util::comparable< T >::operator!= ( const T &  t_rhs) const
inline

Definition at line 21 of file __comparable.h.

◆ operator==()

template<class T >
bool state_machine_cpp::Util::comparable< T >::operator== ( const T &  t_rhs) const
inline

Definition at line 20 of file __comparable.h.


The documentation for this class was generated from the following file: