Aegis  4.25.D505
Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
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.

The constructor. It is private on purpose, use the "create" class method instead.

The copy constructor. Do not use.


Member Function Documentation

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: