SAGA C++ API 1.6
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

Definition at line 46 of file istream.cpp.

Referenced by 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

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

Definition at line 52 of file ostream.cpp.

References get_handle().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines