Classes | |
struct | dummy |
struct | FormatMsgImpl |
class | FormatMsg |
struct | Errno |
Typedefs | |
typedef int(* | posix_fct )(int, char *,::std::size_t) |
typedef char *(* | gnu_fct )(int, char *,::std::size_t) |
typedef int(* | aix_fct )(int, char *, int) |
Functions | |
template<typename Dummy> | |
int | strerror_r_wrap (posix_fct strerror_r, int errnum, char *buf, unsigned n, Dummy) |
template<typename Dummy> | |
int | strerror_r_wrap (gnu_fct strerror_r, int errnum, char *buf, unsigned n, Dummy) |
void | portable_strerror_r (int errnum, char *buf, unsigned n) |
Variables | |
OWBI1_OWBI1PROVIFC_API | FormatMsgImpl |
unsigned const | BUFSZ = 1024 |
|
Definition at line 282 of file OWBI1_Exception.cpp. |
|
Definition at line 281 of file OWBI1_Exception.cpp. |
|
Definition at line 280 of file OWBI1_Exception.cpp. |
|
Definition at line 327 of file OWBI1_Exception.cpp. References strerror_r_wrap(). Referenced by OWBI1::ExceptionDetail::FormatMsg::FormatMsg(), and OWBI1::ExceptionDetail::Errno< exType >::simple(). |
|
Definition at line 309 of file OWBI1_Exception.cpp. |
|
Definition at line 293 of file OWBI1_Exception.cpp. Referenced by portable_strerror_r(). |
|
Definition at line 202 of file OWBI1_Exception.hpp. Referenced by OWBI1::ExceptionDetail::FormatMsg::FormatMsg(), and OWBI1::ExceptionDetail::Errno< exType >::simple(). |
|
Definition at line 177 of file OWBI1_Exception.hpp. |