Mini application server API for C++.

 Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

base
Class CzzBase

   in zz_base.h

class CzzBase

Base class with automatic memory leakage control. Memory leakage control is only performed when the program is DEBUG compiled. When release compilation is done checks are removed.

Author:
Toni Thomsson, toni@tonjac.org

Constructor Summary
CzzBase()
          Default constructor
virtual ~CzzBase()
          
 

Constructor Detail

CzzBase

public CzzBase();
Default constructor

~CzzBase

public virtual ~CzzBase();

 Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD