Go backward to Threads
Go up to RT++ Type Declarations

Thread Bags

If we want to use a thread bag
ThreadBag<T> bag;
we have to provide a global declaration  
ThreadBagRes(T);
If one forgets the required declaration, the linker will complain with error messages as that shown above (mentioning the internal RT++ type ThreadBagBase).
Wolfgang.Schreiner@risc.uni-linz.ac.at
Id: main.tex,v 1.10 1996/04/04 11:45:47 schreine Exp

Prev Up