Rcpp Version 1.0.9
|
This is the complete list of members for Rcpp::Nullable< T >, including all inherited members.
as() | Rcpp::Nullable< T > | inline |
checkIfSet(void) const | Rcpp::Nullable< T > | inlineprivate |
clone() const | Rcpp::Nullable< T > | inline |
get() const | Rcpp::Nullable< T > | inline |
isNotNull() const | Rcpp::Nullable< T > | inline |
isNull() const | Rcpp::Nullable< T > | inline |
isSet(void) const | Rcpp::Nullable< T > | inline |
isUsable() const | Rcpp::Nullable< T > | inline |
m_set | Rcpp::Nullable< T > | private |
m_sexp | Rcpp::Nullable< T > | private |
Nullable() | Rcpp::Nullable< T > | inline |
Nullable(const T &t) | Rcpp::Nullable< T > | inline |
Nullable(SEXP t) | Rcpp::Nullable< T > | inline |
operator SEXP() const | Rcpp::Nullable< T > | inline |
operator=(SEXP sexp) | Rcpp::Nullable< T > | inline |