LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "ExitCodePrinter.h"
Public Member Functions | |
ExitCodePrinter & | operator= (int exitcode) noexcept |
~ExitCodePrinter () noexcept | |
int | exitcode () const noexcept |
Private Attributes | |
int | code_ {} |
Definition at line 8 of file ExitCodePrinter.h.
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 26 of file ExitCodePrinter.h.
References code_, and art::detail::info_success().
Referenced by operator=().
|
inlinenoexcept |
|
private |
Definition at line 32 of file ExitCodePrinter.h.
Referenced by exitcode(), operator=(), and ~ExitCodePrinter().