Typedefs | Functions

saga::job::detail Namespace Reference

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 Documentation

Definition at line 72 of file istream.hpp.


Function Documentation

handle_type saga::job::detail::get_handle ( saga::job::istream const &  istrm,
bool  detach = false 
)

access the underlying file descriptor

Note:
This functionality is for internal use only and has been introduced solely for language bindings implemented on top of this SAGA implementation
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

Note:
This functionality is for internal use only and has been introduced solely for language bindings implemented on top of this SAGA implementation