Rcpp Version 0.9.10
internal::simple_name_proxy< RTYPE > Class Template Reference

#include <proxy.h>

List of all members.

Public Types

typedef ::Rcpp::Vector< RTYPE > VECTOR
typedef
::Rcpp::traits::storage_type
< RTYPE >::type 
CTYPE

Public Member Functions

 simple_name_proxy (VECTOR &v, const std::string &name_)
 simple_name_proxy (const simple_name_proxy &other)
 ~simple_name_proxy ()
simple_name_proxyoperator= (CTYPE rhs)
simple_name_proxyoperator= (const simple_name_proxy &other)
template<typename T >
simple_name_proxyoperator= (const T &rhs)
 operator CTYPE () const
 operator SEXP () const

Private Member Functions

void set (CTYPE rhs)
CTYPE get () const

Private Attributes

VECTORparent
std::string name

Detailed Description

template<int RTYPE>
class internal::simple_name_proxy< RTYPE >

Definition at line 27 of file proxy.h.


Member Typedef Documentation

template<int RTYPE>
typedef ::Rcpp::traits::storage_type<RTYPE>::type internal::simple_name_proxy< RTYPE >::CTYPE

Definition at line 30 of file proxy.h.

template<int RTYPE>
typedef ::Rcpp::Vector<RTYPE> internal::simple_name_proxy< RTYPE >::VECTOR

Definition at line 29 of file proxy.h.


Constructor & Destructor Documentation

template<int RTYPE>
internal::simple_name_proxy< RTYPE >::simple_name_proxy ( VECTOR v,
const std::string &  name_ 
) [inline]

Definition at line 31 of file proxy.h.

template<int RTYPE>
internal::simple_name_proxy< RTYPE >::simple_name_proxy ( const simple_name_proxy< RTYPE > &  other) [inline]

Definition at line 33 of file proxy.h.

template<int RTYPE>
internal::simple_name_proxy< RTYPE >::~simple_name_proxy ( ) [inline]

Definition at line 35 of file proxy.h.


Member Function Documentation

template<int RTYPE>
CTYPE internal::simple_name_proxy< RTYPE >::get ( ) const [inline, private]
template<int RTYPE>
internal::simple_name_proxy< RTYPE >::operator CTYPE ( ) const [inline]

Definition at line 54 of file proxy.h.

template<int RTYPE>
internal::simple_name_proxy< RTYPE >::operator SEXP ( ) const [inline]

Definition at line 59 of file proxy.h.

References Rcpp::wrap().

Here is the call graph for this function:

template<int RTYPE>
simple_name_proxy& internal::simple_name_proxy< RTYPE >::operator= ( CTYPE  rhs) [inline]

Definition at line 37 of file proxy.h.

template<int RTYPE>
simple_name_proxy& internal::simple_name_proxy< RTYPE >::operator= ( const simple_name_proxy< RTYPE > &  other) [inline]

Definition at line 41 of file proxy.h.

References internal::simple_name_proxy< RTYPE >::get().

Here is the call graph for this function:

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

Definition at line 47 of file proxy.h.

template<int RTYPE>
void internal::simple_name_proxy< RTYPE >::set ( CTYPE  rhs) [inline, private]

Member Data Documentation

template<int RTYPE>
std::string internal::simple_name_proxy< RTYPE >::name [private]
template<int RTYPE>
VECTOR& internal::simple_name_proxy< RTYPE >::parent [private]

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