Home
last modified time | relevance | path

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

/trunk/main/stoc/source/inspect/ !
H A Dintrospection.cxx744 IntrospectionAccessStatic_Impl* mpStaticImpl; member in stoc_inspect::ImplIntrospectionAccess
793 : maInspectedObject( obj ), mpStaticImpl( pStaticImpl_ ), maAdapter() in ImplIntrospectionAccess()
795 mpStaticImpl->acquire(); in ImplIntrospectionAccess()
808 mpStaticImpl->release(); in ~ImplIntrospectionAccess()
832 IntrospectionAccessStatic_Impl* mpStaticImpl; member in stoc_inspect::ImplIntrospectionAdapter
928 : mpAccess( pAccess_), mrInspectedObject( obj ), mpStaticImpl( pStaticImpl_ ) in ImplIntrospectionAdapter()
930 mpStaticImpl->acquire(); in ImplIntrospectionAdapter()
950 mpStaticImpl->release(); in ~ImplIntrospectionAdapter()
998 mpStaticImpl->setPropertyValue( mrInspectedObject, aPropertyName, aValue ); in setPropertyValue()
1004 return mpStaticImpl->getPropertyValue( mrInspectedObject, aPropertyName ); in getPropertyValue()
[all …]