RAPI
Data Structures | Defines | Typedefs | Functions
R_ext/Connections.h File Reference
#include <R_ext/Boolean.h>
#include <stddef.h>
#include <stdarg.h>
Include dependency graph for Connections.h:

Go to the source code of this file.

Data Structures

struct  Rconn

Defines

#define R_CONNECTIONS_VERSION   1

Typedefs

typedef struct RconnRconnection

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 Documentation

#define R_CONNECTIONS_VERSION   1

Typedef Documentation

typedef struct Rconn* Rconnection

Function Documentation

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 
)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines