DictionaryForumContacts

   Russian
Terms containing защищённость от исключений | all forms | in specified order only
SubjectRussianEnglish
progr.дефект, нарушающий защищённость от исключенийexception safety bug (Alex_Odeychuk)
progr.защищённость от исключенийexception safety (the state of code working correctly when exceptions are thrown Alex_Odeychuk)
progr.механизм обеспечения защищённости от исключенийmechanism for exception safety (Alex_Odeychuk)
progr.минимум защищённости от исключенийbasic exception safety (Partial execution of failed operations can result in side effects, but all invariants are preserved. Any stored data will contain valid values which may differ from the original values. Resource leaks, including memory leaks, are commonly ruled out by an invariant stating that all resources are accounted for and managed. Alex_Odeychuk)
progr.надёжная защищённость от исключенийstrong exception safety (Operation can fail, but failed operation is guaranteed to have no side effects, leaving the original values intact. Alex_Odeychuk)
progr.уровень защищённости от исключенийlevel of exception safety (Alex_Odeychuk)
progr.уровень защищённости от исключенийexception safety level (contractual guarantee of the behavior of a data structure's operations with regards to exceptions Alex_Odeychuk)