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