|
bux API Reference 1.12.6
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
|
#include <EZArgs.h>
Public Member Functions | |
| C_ErrorOrIndex (const std::string &error, std::integral auto flagErrInd) | |
| C_ErrorOrIndex (const std::string &help) | |
| C_ErrorOrIndex (std::integral auto flagStartInd) | |
| operator bool () const | |
| size_t | index () const |
| std::string | message () const |
Public Attributes | |
| std::string | m_message |
| std::optional< size_t > | m_optIndex |
|
inline |
Definition at line 29 of file EZArgs.h.
References m_message, and m_optIndex.
|
inline |
|
inline |
Definition at line 31 of file EZArgs.h.
References m_optIndex.
|
inline |
Definition at line 33 of file EZArgs.h.
References m_optIndex.
| std::string bux::C_ErrorOrIndex::message | ( | ) | const |
Definition at line 11 of file EZArgs.cpp.
References m_message, and m_optIndex.
|
inline |
| std::string bux::C_ErrorOrIndex::m_message |
Definition at line 25 of file EZArgs.h.
Referenced by C_ErrorOrIndex(), C_ErrorOrIndex(), message(), and operator bool().
| std::optional<size_t> bux::C_ErrorOrIndex::m_optIndex |
Definition at line 26 of file EZArgs.h.
Referenced by C_ErrorOrIndex(), C_ErrorOrIndex(), index(), and message().