|
RAPI
|

Go to the source code of this file.
Data Structures | |
| struct | Rconn |
Defines | |
| #define | R_CONNECTIONS_VERSION 1 |
Typedefs | |
| typedef struct Rconn * | Rconnection |
Functions | |
| SEXP | R_new_custom_connection (const char *description, const char *mode, const char *class_name, Rconnection *ptr) |
| size_t | R_ReadConnection (Rconnection con, void *buf, size_t n) |
| size_t | R_WriteConnection (Rconnection con, void *buf, size_t n) |
| Rconnection | R_GetConnection (SEXP sConn) |
| #define R_CONNECTIONS_VERSION 1 |
| typedef struct Rconn* Rconnection |
| Rconnection R_GetConnection | ( | SEXP | sConn | ) |
| SEXP R_new_custom_connection | ( | const char * | description, |
| const char * | mode, | ||
| const char * | class_name, | ||
| Rconnection * | ptr | ||
| ) |
| size_t R_ReadConnection | ( | Rconnection | con, |
| void * | buf, | ||
| size_t | n | ||
| ) |
| size_t R_WriteConnection | ( | Rconnection | con, |
| void * | buf, | ||
| size_t | n | ||
| ) |
1.7.6.1