JayBeams
0.1
Another project to have fun coding.
|
A simple class to communicate the result of parsing the options. More...
#include <usage.hpp>
Public Member Functions | |
usage (std::string const &msg, int e) | |
usage (char const *msg, int e) | |
int | exit_status () const |
Private Attributes | |
int | exit_ |
A simple class to communicate the result of parsing the options.
|
inline |
Definition at line 21 of file usage.hpp.
References exit_.
Referenced by BOOST_AUTO_TEST_CASE(), main(), and jb::testing::detail::report_exception_at_exit().
|
private |
Definition at line 27 of file usage.hpp.
Referenced by exit_status().