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

#include <proxy.h>

List of all members.

Public Types

typedef ::Rcpp::Vector< RTYPE > VECTOR

Public Member Functions

 generic_name_proxy (VECTOR &v, const std::string &name_)
 generic_name_proxy (const generic_name_proxy &other)
 ~generic_name_proxy ()
generic_name_proxyoperator= (SEXP rhs)
generic_name_proxyoperator= (const generic_name_proxy &other)
template<typename T >
generic_name_proxyoperator= (const T &rhs)
 operator SEXP () const
template<typename T >
 operator T () const
 operator bool () const

Private Member Functions

void set (SEXP rhs)
SEXP get () const

Private Attributes

VECTORparent
std::string name

Detailed Description

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

Definition at line 133 of file proxy.h.


Member Typedef Documentation

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

Definition at line 135 of file proxy.h.


Constructor & Destructor Documentation

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

Definition at line 136 of file proxy.h.

References RCPP_DEBUG_2.

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

Definition at line 140 of file proxy.h.

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

Definition at line 142 of file proxy.h.


Member Function Documentation

template<int RTYPE>
SEXP internal::generic_name_proxy< RTYPE >::get ( ) const [inline, private]
template<int RTYPE>
internal::generic_name_proxy< RTYPE >::operator bool ( ) const [inline]

Definition at line 176 of file proxy.h.

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

Definition at line 161 of file proxy.h.

template<int RTYPE>
template<typename T >
internal::generic_name_proxy< RTYPE >::operator T ( ) const [inline]

Definition at line 166 of file proxy.h.

References RCPP_DEBUG_1.

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

Definition at line 144 of file proxy.h.

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

Definition at line 148 of file proxy.h.

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

Here is the call graph for this function:

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

Definition at line 154 of file proxy.h.

References Rcpp::wrap().

Here is the call graph for this function:

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

Member Data Documentation

template<int RTYPE>
std::string internal::generic_name_proxy< RTYPE >::name [private]
template<int RTYPE>
VECTOR& internal::generic_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