$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Invoke several functions with the same thread
From: Brad Hubbard (boost_at_[hidden])
Date: 2009-08-22 22:27:39
Shaolin wrote:
> I have a question, what exactly does the following piece of code from
> the struct do:
>
> my_helper(FileThread* object) : object_( object ){}
>
> I have seen it used once or twice before but cant find any
> documentation on it.
Look up "initialisation lists" (or "initialization lists" LOL).
Cheers,
Brad