Lines Matching defs:detach
76 bool detach();
119 * it references at any time by calling the detach() method directly, which
265 * for a read-only access. Does <b>not</b> do an implicit detach(), the
285 * @return true if it does a real detach and false otherwise.
289 template< class D > bool CIShared<D>::detach() {
301 * it wasn't original before a detach), all other instances that previously
307 * @return true if it does a real detach and false otherwise.
329 * mData() member or directly detached by detach(). Also, the data can be
349 * for modifying data. Does an implicit detach() if this data object is
370 detach();