CXXR (C++ R)
|
Class CXXR::RawVector and associated C interface. More...
Go to the source code of this file.
Namespaces | |
namespace | CXXR |
Namespace for the CXXR project. | |
namespace | CXXR::ElementTraits |
Namespace encapsulating traits of R vector element types. |
Typedefs | |
typedef unsigned char | Rbyte |
typedef CXXR::FixedVector < Rbyte, RAWSXP > | CXXR::RawVector |
Vector of 'raw bytes'. |
Functions | |
Rbyte * | RAW (SEXP x) |
Class CXXR::RawVector and associated C interface.
|
inline |
x | Pointer to a CXXR::RawVector (i.e. a RAWSXP). An error is generated if x is not a non-null pointer to a CXXR::RawVector . |