Storeable::StidLocker Class ReferenceHelper class for locking Storeable data when doing Archive operations. More...
Collaboration diagram for Storeable::StidLocker:
![]()
Detailed DescriptionHelper class for locking Storeable data when doing Archive operations.Use it instead of Storeable::lockStid and Storeable::unlockStid. This class should be created on stack.
Storable a; //new object Storeable b = loadFromDatabase(); //object with id Storeable::StidLocker locker(b); b = a; // b still has its id Constructor & Destructor Documentation
Constructor.
The documentation for this class was generated from the following file: |
|
|||||||||||||||||||||||||||||||||||||||||
| Back | ||||||||||||||||||||||||||||||||||||||||||
Generated by doxygen at Fri Oct 22 23:15:47 2010

