namespace chart
{ /** This guard calls lockControllers at the given Model in the CTOR and unlockControllersintheDTOR.Usingthisensuresthatcontrollersdonot remainlockedwhenleavingafunctionevenincaseanexceptionisthrown.
*/ class ControllerLockGuardUNO
{ public: explicit ControllerLockGuardUNO(rtl::Reference<::chart::ChartModel> xModel);
~ControllerLockGuardUNO();
/** This guard calls lockControllers at the given ControllerLockHelper in the CTORandunlockControllersintheDTOR.Usingthisensuresthatcontrollers donotremainlockedwhenleavingafunctionevenincaseanexceptionis thrown.
*/ class ControllerLockHelperGuard
{ public: explicit ControllerLockHelperGuard(ControllerLockHelper& rHelper);
~ControllerLockHelperGuard();
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.