Rcpp Version 1.0.9
Rcpp::no_such_env Class Reference

#include <exceptions.h>

Inheritance diagram for Rcpp::no_such_env:
Collaboration diagram for Rcpp::no_such_env:

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

Constructor & Destructor Documentation

◆ no_such_env() [1/2]

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

Definition at line 72 of file exceptions.h.

◆ no_such_env() [2/2]

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

Definition at line 74 of file exceptions.h.

◆ ~no_such_env()

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

Definition at line 76 of file exceptions.h.

Member Function Documentation

◆ what()

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

Definition at line 77 of file exceptions.h.

References message.

Member Data Documentation

◆ message

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

Definition at line 79 of file exceptions.h.

Referenced by what().


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