SUMO - Simulation of Urban MObility
debug_new_counter Class Reference

#include <debug_new.h>

Collaboration diagram for debug_new_counter:
Collaboration graph

Public Member Functions

 debug_new_counter ()
 
 ~debug_new_counter ()
 

Static Private Attributes

static int _S_count
 

Detailed Description

Counter class for on-exit leakage check.

This technique is learnt from The C++ Programming Language by Bjarne Stroustup.

Definition at line 169 of file debug_new.h.

Constructor & Destructor Documentation

§ debug_new_counter()

debug_new_counter::debug_new_counter ( )

§ ~debug_new_counter()

debug_new_counter::~debug_new_counter ( )

Field Documentation

§ _S_count

int debug_new_counter::_S_count
staticprivate

Definition at line 171 of file debug_new.h.


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