| 
    SAGA C++ API 1.6 
   | 
 
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 | 
Definition at line 72 of file istream.hpp.
| handle_type saga::job::detail::get_handle | ( | saga::job::istream const & | istrm, | 
| bool | detach = false  | 
        ||
| ) | 
access the underlying file descriptor
Definition at line 46 of file istream.cpp.
Referenced by get_handle().
| std::string saga::job::detail::get_state_name | ( | state | s | ) | 
Definition at line 118 of file job.cpp.
References saga::job::Canceled, saga::job::Done, saga::job::Failed, saga::job::New, saga::job::Running, saga::job::Suspended, and saga::job::Unknown.
| handle_type saga::job::detail::get_handle | ( | saga::job::ostream const & | ostream, | 
| bool | detach = false  | 
        ||
| ) | 
access the underlying file descriptor
Definition at line 52 of file ostream.cpp.
References get_handle().