ContRap-Core
|
Class Return is the exception thrown by a procedure when returning to the caller. More...
#include <interpreter.h>
Public Member Functions | |
Return (const DPtr &value) | |
Constructor takes the return value. | |
virtual | ~Return () throw () |
Virtual destructor. | |
const DPtr & | get_value () const |
Returns the return value of the procedure. | |
Protected Attributes | |
DPtr | value |
Return value. |
crp::Return::Return | ( | const DPtr & | value | ) | [inline] |
Constructor takes the return value.
value | Return value |
virtual crp::Return::~Return | ( | ) | throw () [inline, virtual] |
Virtual destructor.
const DPtr& crp::Return::get_value | ( | ) | const [inline] |
Returns the return value of the procedure.
DPtr crp::Return::value [protected] |
Return value.