|
libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
#include "exit_codes.hpp"#include "info.hpp"#include "thread_params_traits.hpp"#include <boost/iostreams/stream.hpp>#include <array>#include <cerrno>#include <stdexcept>#include <cstring>#include "exception_impl.hpp"Go to the source code of this file.
Classes | |
| class | jmmcg::LIBJMMCG_VER_NAMESPACE::exception< API, Mdl > |
| class | jmmcg::LIBJMMCG_VER_NAMESPACE::crt_exception< API, Mdl > |
Namespaces | |
| namespace | jmmcg |
| Link with -lrt to include these functions. | |
| namespace | jmmcg::LIBJMMCG_VER_NAMESPACE |
| namespace | jmmcg::LIBJMMCG_VER_NAMESPACE::ppd |
| Parallel Pixie Dust or PPD is the name of the thread library within libjmmcg. | |
Macros | |
| #define | JMMCG_MAKE_EXCPT_SRC1(_JMMCG_EXCPT_MSG) jmmcg::LIBJMMCG_VER_NAMESPACE::exception((_JMMCG_EXCPT_MSG), JMMCG_FUNCTION(void), __REV_INFO__) |
| Handy for use in source files. More... | |
| #define | JMMCG_MAKE_EXCPT_HDR1(_JMMCG_EXCPT_MSG, _JMMCG_REVISION_HDR) jmmcg::LIBJMMCG_VER_NAMESPACE::exception((_JMMCG_EXCPT_MSG), JMMCG_FUNCTION(void), JMMCG_REVISION(_JMMCG_REVISION_HDR)) |
| Handy for use in header files. More... | |
| #define | JMMCG_MAKE_CEXCPT_SRC1(_JMMCG_EXCPT_MSG) jmmcg::LIBJMMCG_VER_NAMESPACE::crt_exception((_JMMCG_EXCPT_MSG), JMMCG_FUNCTION(void), __REV_INFO__) |
| Handy for use in source files. More... | |
| #define | JMMCG_MAKE_CEXCPT_HDR1(_JMMCG_EXCPT_MSG, _JMMCG_REVISION_HDR) jmmcg::LIBJMMCG_VER_NAMESPACE::crt_exception((_JMMCG_EXCPT_MSG), JMMCG_FUNCTION(void), JMMCG_REVISION(_JMMCG_REVISION_HDR)) |
| Handy for use in header files. More... | |
Functions | |
| const tstring __fastcall | jmmcg::LIBJMMCG_VER_NAMESPACE::dump_crt_errno (const unsigned long err=errno) noexcept(false) |
| #define JMMCG_MAKE_CEXCPT_HDR1 | ( | _JMMCG_EXCPT_MSG, | |
| _JMMCG_REVISION_HDR | |||
| ) | jmmcg::LIBJMMCG_VER_NAMESPACE::crt_exception((_JMMCG_EXCPT_MSG), JMMCG_FUNCTION(void), JMMCG_REVISION(_JMMCG_REVISION_HDR)) |
Handy for use in header files.
Definition at line 56 of file exception.hpp.
| #define JMMCG_MAKE_CEXCPT_SRC1 | ( | _JMMCG_EXCPT_MSG | ) | jmmcg::LIBJMMCG_VER_NAMESPACE::crt_exception((_JMMCG_EXCPT_MSG), JMMCG_FUNCTION(void), __REV_INFO__) |
Handy for use in source files.
Definition at line 54 of file exception.hpp.
| #define JMMCG_MAKE_EXCPT_HDR1 | ( | _JMMCG_EXCPT_MSG, | |
| _JMMCG_REVISION_HDR | |||
| ) | jmmcg::LIBJMMCG_VER_NAMESPACE::exception((_JMMCG_EXCPT_MSG), JMMCG_FUNCTION(void), JMMCG_REVISION(_JMMCG_REVISION_HDR)) |
Handy for use in header files.
Definition at line 52 of file exception.hpp.
| #define JMMCG_MAKE_EXCPT_SRC1 | ( | _JMMCG_EXCPT_MSG | ) | jmmcg::LIBJMMCG_VER_NAMESPACE::exception((_JMMCG_EXCPT_MSG), JMMCG_FUNCTION(void), __REV_INFO__) |
Handy for use in source files.
Definition at line 50 of file exception.hpp.