memspy/memspy_plat/memspy_api/include/memspy/engine/Helpers/MemSpyEngineHelperKernelContainers.h
branchRCL_3
changeset 20 ca8a1b6995f6
parent 0 a03f92240627
child 21 52e343bb8f80
equal deleted inserted replaced
19:07b41fa8d1dd 20:ca8a1b6995f6
    85     IMPORT_C const TMemSpyDriverHandleInfoGeneric& At( TInt aIndex ) const;
    85     IMPORT_C const TMemSpyDriverHandleInfoGeneric& At( TInt aIndex ) const;
    86     IMPORT_C TMemSpyDriverContainerType Type() const;
    86     IMPORT_C TMemSpyDriverContainerType Type() const;
    87     IMPORT_C static TPtrC TypeAsString( TMemSpyDriverContainerType aType );
    87     IMPORT_C static TPtrC TypeAsString( TMemSpyDriverContainerType aType );
    88     IMPORT_C TPtrC Name() const;
    88     IMPORT_C TPtrC Name() const;
    89     IMPORT_C void OutputL( CMemSpyEngineOutputSink& aSink ) const;
    89     IMPORT_C void OutputL( CMemSpyEngineOutputSink& aSink ) const;
       
    90     IMPORT_C TInt Size() const;
       
    91     IMPORT_C TInt ItemsCount() const;
    90 
    92 
    91 public: // But not exported
    93 public: // But not exported
    92     TAny* HandleAt( TInt aIndex ) const;
    94     TAny* HandleAt( TInt aIndex ) const;
    93     void AddItemL( TAny* aHandle );
    95     void AddItemL( TAny* aHandle );
    94     void AddItemL( const TMemSpyDriverHandleInfoGeneric& aItem );
    96     void AddItemL( const TMemSpyDriverHandleInfoGeneric& aItem );
   136     };
   138     };
   137 
   139 
   138 
   140 
   139 
   141 
   140 #endif
   142 #endif
       
   143