shared counted pointer (thread-safe);
- we use this pointer in case, when we need share one pointer between multiple owners and this pointer must be accessible from parallel threads;
- pointer is released, when last owner (counted_mt_ptr to one) is done;
* Usage: * counted_mt_ptr<My> my(new My()); *
shared counted pointer (thread-safe);
- we use this pointer in case, when we need share one pointer between multiple owners and this pointer must be accessible from parallel threads;
- pointer is released, when last owner (counted_mt_ptr to one) is done;
* Usage: * counted_mt_ptr<My> my(new My()); *
Alphabetic index HTML hierarchy of classes or Java