view wisdom/raii @ 8369:2b16b3982861

<Moon__> mkx gs2c//python gs2c.py
author HackBot
date Mon, 06 Jun 2016 04:13:40 +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.