Rcpp Version 0.9.10
Rcpp::no_such_env Class Reference

#include <exceptions.h>

List of all members.

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 43 of file exceptions.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

virtual const char* Rcpp::no_such_env::what ( ) const throw () [inline, virtual]

Definition at line 48 of file exceptions.h.

References message.


Member Data Documentation

std::string Rcpp::no_such_env::message [private]

Definition at line 48 of file exceptions.h.

Referenced by what().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines