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 | |
| unsigned const | BUFSZ = 1024 |
|
|
Definition at line 314 of file OW_Exception.cpp. |
|
|
Definition at line 313 of file OW_Exception.cpp. |
|
|
Definition at line 312 of file OW_Exception.cpp. |
|
||||||||||||||||
|
Definition at line 359 of file OW_Exception.cpp. References strerror_r_wrap(). Referenced by OW_NAMESPACE::ExceptionDetail::FormatMsg::FormatMsg(), and OW_NAMESPACE::ExceptionDetail::Errno< exType >::simple(). |
|
||||||||||||||||||||||||||||
|
Definition at line 341 of file OW_Exception.cpp. |
|
||||||||||||||||||||||||||||
|
Definition at line 325 of file OW_Exception.cpp. Referenced by portable_strerror_r(). |
|
|
Definition at line 212 of file OW_Exception.hpp. Referenced by OW_NAMESPACE::ExceptionDetail::FormatMsg::FormatMsg(), OW_NAMESPACE::ExceptionDetail::Errno< exType >::simple(), OWBI1::DateTime::toString(), and OW_NAMESPACE::DateTime::toString(). |
1.4.6