! clear local modified flag */
| 347 | |
| 348 | /*! clear local modified flag */ |
| 349 | __forceinline void clearLocalModified() { |
| 350 | modified = false; |
| 351 | } |
| 352 | |
| 353 | /*! returns true of the buffer is not empty */ |
| 354 | __forceinline operator bool() const { |
no outgoing calls
no test coverage detected