Overview   Namespace   Class   Index   Help 

Data of Class RegistryTypeReader


m_pApi
const RegistryTypeReader_Api * m_pApi;

Summary
stores the registry type reader Api.

m_Api
const ::salhelper::ODynamicLoader< RegistryTypeReader_Api > m_Api;

Summary
stores the dynamic loader which is used to hold the library.

m_hImpl
TypeReaderImpl m_hImpl;

Summary
stores the handle of an implementation class

Top of Page