Rcpp Version 1.0.9
Rcpp::RObjectMethods< Class > Class Template Reference

#include <RObjectMethods.h>

Inheritance diagram for Rcpp::RObjectMethods< Class >:

Public Member Functions

bool isNULL () const
 
int sexp_type () const
 
bool isObject () const
 
bool isS4 () const
 

Detailed Description

template<typename Class>
class Rcpp::RObjectMethods< Class >

Definition at line 24 of file RObjectMethods.h.

Member Function Documentation

◆ isNULL()

template<typename Class >
bool Rcpp::RObjectMethods< Class >::isNULL ( ) const
inline

Definition at line 27 of file RObjectMethods.h.

◆ isObject()

template<typename Class >
bool Rcpp::RObjectMethods< Class >::isObject ( ) const
inline

Definition at line 35 of file RObjectMethods.h.

◆ isS4()

template<typename Class >
bool Rcpp::RObjectMethods< Class >::isS4 ( ) const
inline

Definition at line 39 of file RObjectMethods.h.

◆ sexp_type()

template<typename Class >
int Rcpp::RObjectMethods< Class >::sexp_type ( ) const
inline

Definition at line 31 of file RObjectMethods.h.


The documentation for this class was generated from the following file: