CXXR (C++ R) API
Classes | Namespaces | Functions
UncachedString.h File Reference

($Id: UncachedString.h 1254 2012-01-03 15:54:03Z arr $)

Class CXXR::UncachedString and associated C interface. More...

#include "CXXR/String.h"
#include <string>
Include dependency graph for UncachedString.h:

Go to the source code of this file.

Classes

class  CXXR::UncachedString
 String object not held in a cache. More...

Namespaces

namespace  CXXR
 Namespace for the CXXR project.

Functions

char * CHAR_RW (SEXP x)
 Read-write character access.

Detailed Description

Class CXXR::UncachedString and associated C interface.


Function Documentation

char* CHAR_RW ( SEXP  x)
inline

Read-write character access.

Parameters:
xpointer to a CXXR::UncachedString (checked).
Returns:
pointer to character 0 of x .
Note:
For R internal use only. May be removed in future. See the remarks on UncachedString::operator[]().