Home
last modified time | relevance | path

Searched refs:_pExceptionTypes (Results 1 – 1 of 1) sorted by relevance

/trunk/main/stoc/source/corereflection/
H A Dcriface.cxx340 Sequence< Reference< XIdlClass > > * _pExceptionTypes; member in stoc_corefl::IdlInterfaceMethodImpl
351 , _pExceptionTypes( 0 ) in IdlInterfaceMethodImpl()
382 delete _pExceptionTypes; in ~IdlInterfaceMethodImpl()
469 if (! _pExceptionTypes) in getExceptionTypes()
472 if (! _pExceptionTypes) in getExceptionTypes()
486 _pExceptionTypes = pTempExceptionTypes; in getExceptionTypes()
489 return *_pExceptionTypes; in getExceptionTypes()