Package rosetta :: Package basic :: Package datacache :: Module _basic_datacache_ :: Class BasicDataCache
[hide private]
[frames] | no frames]

Class BasicDataCache

                             object --+        
                                      |        
                            ??.instance --+    
                                          |    
DataCache_T_basic_datacache_CacheableData_T --+
                                              |
                                             BasicDataCache

A DataCache storing objects derived from
 basic::datacache::CacheableData.
See DataCache base class for usage details.

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :
 
assign(...)
assign( (BasicDataCache)arg1, (BasicDataCache)rval) -> BasicDataCache : copy assignment

Inherited from DataCache_T_basic_datacache_CacheableData_T: __reduce__, clear, get, get_const_ptr, get_ptr, get_raw_const_ptr, get_raw_ptr, has, resize, set, size

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from DataCache_T_basic_datacache_CacheableData_T: __instance_size__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (int)n_slots) -> None :
    size constructor
    [in] n_types The number of slots for this DataCache.
    

    C++ signature :
        void __init__(_object*,unsigned long)

__init__( (object)arg1, (BasicDataCache)rval) -> None :
    copy constructor
    

    C++ signature :
        void __init__(_object*,basic::datacache::BasicDataCache)

Overrides: object.__init__

assign(...)

 

assign( (BasicDataCache)arg1, (BasicDataCache)rval) -> BasicDataCache :
    copy assignment
    

    C++ signature :
        basic::datacache::BasicDataCache {lvalue} assign(basic::datacache::BasicDataCache {lvalue},basic::datacache::BasicDataCache)

Overrides: DataCache_T_basic_datacache_CacheableData_T.assign