![]() |
Dripline-Cpp
v2.10.11
Dripline Implementation in C++
|
Stores a copy of the return-code value, name, and description, either as a custom return-code or copying from any return_code-derived class. More...
#include <return_codes.hh>

Public Member Functions | |
| copy_code (unsigned a_value, const std::string &a_name, const std::string &a_description) | |
| copy_code (const return_code &a_code) | |
| copy_code (const copy_code &)=default | |
| copy_code (copy_code &&)=default | |
| virtual | ~copy_code ()=default |
| copy_code & | operator= (const copy_code &)=default |
| copy_code & | operator= (copy_code &&)=default |
| virtual unsigned | rc_value () const |
| virtual std::string | rc_name () const |
| virtual std::string | rc_description () const |
Public Member Functions inherited from return_code | |
| virtual | ~return_code () |
Public Attributes | |
| unsigned | f_value |
| std::string | f_name |
| std::string | f_description |
Stores a copy of the return-code value, name, and description, either as a custom return-code or copying from any return_code-derived class.
Definition at line 52 of file return_codes.hh.
| copy_code | ( | unsigned | a_value, |
| const std::string & | a_name, | ||
| const std::string & | a_description | ||
| ) |
Definition at line 20 of file return_codes.cc.
| copy_code | ( | const return_code & | a_code | ) |
Definition at line 26 of file return_codes.cc.
|
virtualdefault |
|
inlinevirtual |
Implements return_code.
Definition at line 63 of file return_codes.hh.
|
inlinevirtual |
Implements return_code.
Definition at line 62 of file return_codes.hh.
|
inlinevirtual |
Implements return_code.
Definition at line 61 of file return_codes.hh.
| std::string f_description |
Definition at line 66 of file return_codes.hh.
| std::string f_name |
Definition at line 65 of file return_codes.hh.
| unsigned f_value |
Definition at line 64 of file return_codes.hh.