rpt_func_mktime Class Reference

#include <gettime.h>

Inheritance diagram for rpt_func_mktime:

rpt_func_gettime rpt_func

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_mktimeoperator= (const rpt_func_mktime &)

Detailed Description

The rpt_func_mktime class is used to represent the mktime function, callable from within the report generator.

Definition at line 84 of file gettime.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


The documentation for this class was generated from the following file:

Generated on Wed Mar 12 23:37:43 2008 for Aegis by  doxygen 1.5.5