Home | History | Annotate | Download | only in coding_guidelines

Lines Matching full:essential

1246 				<p>RAII is essential for exception-safe code. You should always make sure that if an exception is
1347 // Good methods: essential functionality
1352 // Bad: non-essential
1358 // Good: essential, minimum data set