Typedefs | |
typedef int | handle_type |
Functions | |
handle_type | get_handle (saga::job::istream const &istrm, bool detach=false) |
access the underlying file descriptor | |
std::string | get_state_name (state s) |
handle_type | get_handle (saga::job::ostream const &ostream, bool detach=false) |
access the underlying file descriptor |
typedef int saga::job::detail::handle_type |
handle_type saga::job::detail::get_handle | ( | saga::job::istream const & | istrm, | |
bool | detach = false | |||
) |
access the underlying file descriptor
References get_handle().
std::string saga::job::detail::get_state_name | ( | state | s | ) |
handle_type saga::job::detail::get_handle | ( | saga::job::ostream const & | ostream, | |
bool | detach = false | |||
) |
access the underlying file descriptor
Referenced by get_handle().