view wisdom/raii @ 8367:76c1fc793a46

<Moon__> mk gs2//python gs2.py
author HackBot
date Mon, 06 Jun 2016 04:12:50 +0000
parents de3812789118
children bfd7a53531df
line wrap: on
line source

RAII means you allocate in the constructor and deallocate in the destructor. There is no 'initializer' involved.