Rcpp Version 0.10.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros
Rcpp::no_such_env Class Reference

#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

Detailed Description

Definition at line 51 of file exceptions.h.

Constructor & Destructor Documentation

Rcpp::no_such_env::no_such_env ( const std::string &  name) throw ()
inline

Definition at line 53 of file exceptions.h.

Rcpp::no_such_env::no_such_env ( int  pos) throw ()
inline

Definition at line 54 of file exceptions.h.

virtual Rcpp::no_such_env::~no_such_env ( ) throw ()
inlinevirtual

Definition at line 55 of file exceptions.h.

Member Function Documentation

virtual const char* Rcpp::no_such_env::what ( ) const throw ()
inlinevirtual

Definition at line 56 of file exceptions.h.

References message.

Member Data Documentation

std::string Rcpp::no_such_env::message
private

Definition at line 56 of file exceptions.h.

Referenced by what().


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