view wisdom/raii @ 7704:868c59e5bab8

<moon_> mk bin/ciolf//file=$1 data=$(cat "$file") sh -c "ciol $data"
author HackBot
date Wed, 04 May 2016 00:09: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.