#include <for.h>
Public Member Functions | |
virtual | ~rpt_stmt_continue () |
Static Public Member Functions | |
static rpt_stmt::pointer | create () |
Protected Member Functions | |
void | run (rpt_stmt_result_ty *) const |
Private Member Functions | |
rpt_stmt_continue () | |
rpt_stmt_continue (const rpt_stmt_continue &) | |
rpt_stmt_continue & | operator= (const rpt_stmt_continue &) |
Definition at line 221 of file for.h.
virtual rpt_stmt_continue::~rpt_stmt_continue | ( | ) | [virtual] |
The destructor.
rpt_stmt_continue::rpt_stmt_continue | ( | ) | [private] |
The default constructor. It is private on purpose, use the "create" class method instead.
rpt_stmt_continue::rpt_stmt_continue | ( | const rpt_stmt_continue & | ) | [private] |
The copy constructor. Do not use.
static rpt_stmt::pointer rpt_stmt_continue::create | ( | ) | [static] |
The create class method is used to create a new dynamically allocate instance of this class.
void rpt_stmt_continue::run | ( | rpt_stmt_result_ty * | ) | const [protected, virtual] |
The run method is used to execute the statament.
Implements rpt_stmt.
rpt_stmt_continue& rpt_stmt_continue::operator= | ( | const rpt_stmt_continue & | ) | [private] |
The assignment operator. Do not use.