|
Rcpp Version 0.9.10
|
#include <exceptions.h>
Public Member Functions | |
| no_such_env (const std::string &name) throw () | |
| no_such_env (int pos) throw () | |
| virtual | ~no_such_env () throw () |
| virtual const char * | what () const throw () |
Private Attributes | |
| std::string | message |
Definition at line 43 of file exceptions.h.
| Rcpp::no_such_env::no_such_env | ( | const std::string & | name | ) | throw () [inline] |
Definition at line 45 of file exceptions.h.
| Rcpp::no_such_env::no_such_env | ( | int | pos | ) | throw () [inline] |
Definition at line 46 of file exceptions.h.
| virtual Rcpp::no_such_env::~no_such_env | ( | ) | throw () [inline, virtual] |
Definition at line 47 of file exceptions.h.
| virtual const char* Rcpp::no_such_env::what | ( | ) | const throw () [inline, virtual] |
Definition at line 48 of file exceptions.h.
References message.
std::string Rcpp::no_such_env::message [private] |
Definition at line 48 of file exceptions.h.
Referenced by what().