Hall-D Software
alpha
|
POSIX objects and functions. More...
Classes | |
class | general_error |
errors in POSIX usage More... | |
class | date_format |
stores a strftime format and returns a string representation of the current date More... | |
Functions | |
void | check_return (int code, const std::string &call) |
checks the return code of a syscall and raises apropriate exception if needed More... | |
POSIX objects and functions.
void xstream::posix::check_return | ( | int | code, |
const std::string & | call | ||
) |