#include <gettime.h>
Public Member Functions | |
virtual | ~rpt_func_mktime () |
Static Public Member Functions | |
static rpt_func::pointer | create () |
Protected Member Functions | |
const char * | name () const |
Private Member Functions | |
rpt_func_mktime () | |
rpt_func_mktime (const rpt_func_mktime &) | |
rpt_func_mktime & | operator= (const rpt_func_mktime &) |
Definition at line 84 of file gettime.h.
virtual rpt_func_mktime::~rpt_func_mktime | ( | ) | [virtual] |
The destructor.
rpt_func_mktime::rpt_func_mktime | ( | ) | [private] |
The constructor. It is private on purpose, use the "create" class method instead.
rpt_func_mktime::rpt_func_mktime | ( | const rpt_func_mktime & | ) | [private] |
The copy constructor. Do not use.
static rpt_func::pointer rpt_func_mktime::create | ( | ) | [static] |
The create class method is used to create a new dynamically allocated instance of this class.
Reimplemented from rpt_func_gettime.
const char* rpt_func_mktime::name | ( | ) | const [protected, virtual] |
The name method may be used to obtain the name of the function.
Reimplemented from rpt_func_gettime.
rpt_func_mktime& rpt_func_mktime::operator= | ( | const rpt_func_mktime & | ) | [private] |
The assignment operator. Do not use.