Searched refs:pGuardArray (Results 1 – 1 of 1) sorted by relevance
42 std::auto_ptr< vos::OGuard > * pGuardArray; member in AutoOGuardArray48 std::auto_ptr< vos::OGuard > & operator[] ( sal_Int32 i ) { return pGuardArray[i]; } in operator []()54 pGuardArray = new std::auto_ptr< vos::OGuard >[ nSize ]; in AutoOGuardArray()60 delete [] pGuardArray; in ~AutoOGuardArray()
Completed in 12 milliseconds