CXXR (C++ R)
|
Exception thrown by R commands 'break' and 'next'. More...
#include <LoopException.hpp>
Public Member Functions | |
LoopException (Environment *env, bool next_iteration) | |
Constructor. | |
Environment * | environment () const |
Evaluation environment. | |
bool | next () const |
Continue with next iteration of the loop (if any)? |
Exception thrown by R commands 'break' and 'next'.
|
inline |
Constructor.
env | Evaluation environment in which 'break' or 'next' occurred. |
next_iteration | true for 'next'; false for 'break'. |
|
inline |
Evaluation environment.
|
inline |
Continue with next iteration of the loop (if any)?