\"\" \"\" \"\"
Go backward to Threads
Go up to RT++ Type Declarations
RISC-Linz logo

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).
Author: Wolfgang Schreiner
Last Modification: April 12, 1997