|
Rcpp Version 0.9.10
|

Go to the source code of this file.
Classes | |
| class | internal::string_proxy< RTYPE > |
| class | internal::generic_proxy< RTYPE > |
Namespaces | |
| namespace | internal |
Functions | |
| template<int RT> | |
| bool | internal::operator< (const string_proxy< RT > &lhs, const string_proxy< RT > &rhs) |
| template<int RT> | |
| bool | internal::operator> (const string_proxy< RT > &lhs, const string_proxy< RT > &rhs) |
| template<int RT> | |
| bool | internal::operator>= (const string_proxy< RT > &lhs, const string_proxy< RT > &rhs) |
| template<int RT> | |
| bool | internal::operator<= (const string_proxy< RT > &lhs, const string_proxy< RT > &rhs) |
| std::ostream & | internal::operator<< (std::ostream &os, const string_proxy< STRSXP > &proxy) |
| std::string | internal::operator+ (const std::string &x, const string_proxy< STRSXP > &y) |