Rcpp Version 0.9.10
Vector< RTYPE >::NamesProxy Class Reference

#include <Vector.h>

Collaboration diagram for Vector< RTYPE >::NamesProxy:

List of all members.

Public Member Functions

 NamesProxy (const Vector &v)
NamesProxyoperator= (const NamesProxy &rhs)
template<typename T >
NamesProxyoperator= (const T &rhs)
template<typename T >
 operator T () const

Private Member Functions

SEXP get () const
void set (SEXP x) const

Private Attributes

const Vectorparent

Detailed Description

template<int RTYPE>
class Vector< RTYPE >::NamesProxy

Definition at line 340 of file Vector.h.


Constructor & Destructor Documentation

template<int RTYPE>
Vector< RTYPE >::NamesProxy::NamesProxy ( const Vector v) [inline]

Definition at line 342 of file Vector.h.


Member Function Documentation

template<int RTYPE>
SEXP Vector< RTYPE >::NamesProxy::get ( ) const [inline, private]
template<int RTYPE>
template<typename T >
Vector< RTYPE >::NamesProxy::operator T ( ) const [inline]

Definition at line 356 of file Vector.h.

template<int RTYPE>
template<typename T >
NamesProxy& Vector< RTYPE >::NamesProxy::operator= ( const T &  rhs) [inline]

Definition at line 351 of file Vector.h.

References Rcpp::wrap().

Here is the call graph for this function:

template<int RTYPE>
NamesProxy& Vector< RTYPE >::NamesProxy::operator= ( const NamesProxy rhs) [inline]

Definition at line 345 of file Vector.h.

References Vector< RTYPE >::NamesProxy::get().

Here is the call graph for this function:

template<int RTYPE>
void Vector< RTYPE >::NamesProxy::set ( SEXP  x) const [inline, private]

Definition at line 367 of file Vector.h.

References Vector< RTYPE >::NamesProxy::parent, PROTECT(), Vector< RTYPE >::set_sexp(), Vector< RTYPE >::size(), Rcpp::internal::try_catch(), x, and y.

Here is the call graph for this function:


Member Data Documentation

template<int RTYPE>
const Vector& Vector< RTYPE >::NamesProxy::parent [private]

Definition at line 361 of file Vector.h.

Referenced by Vector< RTYPE >::NamesProxy::get(), and Vector< RTYPE >::NamesProxy::set().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines