Searched defs:ScfRef (Results 1 – 1 of 1) sorted by relevance
150 class ScfRef class158 inline explicit ScfRef( element_type* pObj = 0 ) { eat( pObj ); } in ScfRef() function in ScfRef159 inline /*implicit*/ ScfRef( const this_type& rRef ) { eat( rRef.mpObj, rRef.mpnCount ); } in ScfRef() function in ScfRef161 inline /*implicit*/ ScfRef( const ScfRef< Type2 >& rRef ) { eat( rRef.mpObj, rRef.mpnCount ); } in ScfRef() function in ScfRef
Completed in 15 milliseconds