Inherited by BASE::TRCDynamicInterface< TInterface >.
Inheritance diagram for BASE::RCDynamicInterface:


Public Member Functions | |
| RCDynamicInterface (const RCTypeInfo &TypeInfo, const RCString &sKey, RCDynamicHandler &Handler, TSLong nWriteAccessLimit, TSLong nTotalAccessLimit) | |
| const RCTypeInfo & | GetTypeInfo () const |
| const RCString & | GetKey () const |
| const RCString & | GetHandlerKey () const |
| RCDynamicHandler & | GetHandler () const |
| TBool | AddReadAccess () |
| TBool | AddWriteAccess () |
Protected Attributes | |
| const RCTypeInfo & | m_TypeInfo |
| const RCString | m_sKey |
| RCDynamicHandler & | m_Handler |
| const TSLong | m_nWriteAccessLimit |
| const TSLong | m_nTotalAccessLimit |
| TSLong | m_nWriteAccessCount |
| TSLong | m_nTotalAccessCount |
| RCMutex | m_Access |
1.4.6-NO