Rcpp Version 1.1.2
Loading...
Searching...
No Matches
Rcpp::Na_Proxy Class Reference

#include <Na_Proxy.h>

Friends

bool operator== (double x, Rcpp::Na_Proxy)
bool operator== (int x, Rcpp::Na_Proxy)
bool operator== (Rcpp::String x, Rcpp::Na_Proxy)
bool operator== (Rcomplex x, Rcpp::Na_Proxy)
bool operator== (SEXP x, Rcpp::Na_Proxy)
bool operator== (std::string, Rcpp::Na_Proxy)
bool operator== (const char *, Rcpp::Na_Proxy)
bool operator== (Rcpp::internal::string_proxy< STRSXP > x, Rcpp::Na_Proxy)
bool operator== (Rcpp::internal::const_string_proxy< STRSXP > x, Rcpp::Na_Proxy)
bool operator== (Rcpp::Na_Proxy, double x)
bool operator== (Rcpp::Na_Proxy, int x)
bool operator== (Rcpp::Na_Proxy, Rcpp::String x)
bool operator== (Rcpp::Na_Proxy, SEXP x)
bool operator== (Rcpp::Na_Proxy, Rcomplex x)
bool operator== (Rcpp::Na_Proxy, std::string)
bool operator== (Rcpp::Na_Proxy, const char *)
bool operator== (Rcpp::Na_Proxy, Rcpp::internal::string_proxy< STRSXP > x)
bool operator== (Rcpp::Na_Proxy, Rcpp::internal::const_string_proxy< STRSXP > x)

Detailed Description

Definition at line 22 of file Na_Proxy.h.

◆ operator== [1/18]

bool operator== ( const char * ,
Rcpp::Na_Proxy  )
friend

Definition at line 30 of file Na_Proxy.h.

◆ operator== [2/18]

bool operator== ( double x,
Rcpp::Na_Proxy  )
friend

Definition at line 24 of file Na_Proxy.h.

References Rcpp::traits::is_na< REALSXP >().

◆ operator== [3/18]

bool operator== ( int x,
Rcpp::Na_Proxy  )
friend

Definition at line 25 of file Na_Proxy.h.

References Rcpp::traits::is_na< INTSXP >().

◆ operator== [4/18]

bool operator== ( Rcomplex x,
Rcpp::Na_Proxy  )
friend

Definition at line 27 of file Na_Proxy.h.

References Rcpp::traits::is_na< CPLXSXP >().

◆ operator== [5/18]

◆ operator== [6/18]

◆ operator== [7/18]

bool operator== ( Rcpp::Na_Proxy ,
const char *  )
friend

Definition at line 44 of file Na_Proxy.h.

◆ operator== [8/18]

bool operator== ( Rcpp::Na_Proxy ,
double x )
friend

Definition at line 38 of file Na_Proxy.h.

References Rcpp::traits::is_na< REALSXP >().

◆ operator== [9/18]

bool operator== ( Rcpp::Na_Proxy ,
int x )
friend

Definition at line 39 of file Na_Proxy.h.

References Rcpp::traits::is_na< INTSXP >().

◆ operator== [10/18]

bool operator== ( Rcpp::Na_Proxy ,
Rcomplex x )
friend

Definition at line 42 of file Na_Proxy.h.

References Rcpp::traits::is_na< CPLXSXP >().

◆ operator== [11/18]

◆ operator== [12/18]

◆ operator== [13/18]

bool operator== ( Rcpp::Na_Proxy ,
Rcpp::String x )
friend

Definition at line 40 of file Na_Proxy.h.

References Rcpp::String::get_sexp(), and Rcpp::traits::is_na< STRSXP >().

◆ operator== [14/18]

bool operator== ( Rcpp::Na_Proxy ,
SEXP x )
friend

Definition at line 41 of file Na_Proxy.h.

References Rcpp::traits::is_na< STRSXP >().

◆ operator== [15/18]

bool operator== ( Rcpp::Na_Proxy ,
std::string  )
friend

Definition at line 43 of file Na_Proxy.h.

◆ operator== [16/18]

bool operator== ( Rcpp::String x,
Rcpp::Na_Proxy  )
friend

Definition at line 26 of file Na_Proxy.h.

References Rcpp::String::get_sexp(), and Rcpp::traits::is_na< STRSXP >().

◆ operator== [17/18]

bool operator== ( SEXP x,
Rcpp::Na_Proxy  )
friend

Definition at line 28 of file Na_Proxy.h.

References Rcpp::traits::is_na< STRSXP >().

◆ operator== [18/18]

bool operator== ( std::string ,
Rcpp::Na_Proxy  )
friend

Definition at line 29 of file Na_Proxy.h.


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