Dripline-Cpp  v2.4.2
Dripline Implementation in C++
Public Member Functions | List of all members
return_code Class Referenceabstract

Base class for return codes. More...

#include <return_codes.hh>

Inheritance diagram for return_code:
Inheritance graph

Public Member Functions

virtual ~return_code ()
 
virtual unsigned rc_value () const =0
 
virtual std::string rc_name () const =0
 
virtual std::string rc_description () const =0
 

Detailed Description

Base class for return codes.

Author
N.S. Oblath

Definition at line 39 of file return_codes.hh.

Constructor & Destructor Documentation

◆ ~return_code()

virtual ~return_code ( )
inlinevirtual

Definition at line 41 of file return_codes.hh.

Member Function Documentation

◆ rc_description()

virtual std::string rc_description ( ) const
pure virtual

◆ rc_name()

virtual std::string rc_name ( ) const
pure virtual

◆ rc_value()

virtual unsigned rc_value ( ) const
pure virtual

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