![]() |
Dripline-Cpp
v2.4.2
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) | |
virtual | ~copy_code () |
virtual unsigned | rc_value () const |
virtual std::string | rc_name () const |
virtual std::string | rc_description () const |
![]() | |
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.
|
inlinevirtual |
Definition at line 56 of file return_codes.hh.
|
inlinevirtual |
Implements return_code.
Definition at line 59 of file return_codes.hh.
|
inlinevirtual |
Implements return_code.
Definition at line 58 of file return_codes.hh.
|
inlinevirtual |
Implements return_code.
Definition at line 57 of file return_codes.hh.
std::string f_description |
Definition at line 62 of file return_codes.hh.
std::string f_name |
Definition at line 61 of file return_codes.hh.
unsigned f_value |
Definition at line 60 of file return_codes.hh.