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

Class CacheableData

 object --+    
          |    
??.instance --+
              |
             CacheableData
Known Subclasses:

base class for data storable within a DataCache

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)
helper for pickle
 
clone(...)
clone( (CacheableData)arg1) -> CacheableData : basic/datacache/CacheableData.hh:54
 
get_self_ptr(...)
get_self_ptr( (CacheableData)arg1) -> CacheableData : self pointers
 
get_self_weak_ptr(...)
get_self_weak_ptr( (CacheableData)arg1) -> CacheableDataCAP : basic/datacache/CacheableData.hh:48

Inherited from unreachable.instance: __new__

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

Class Variables [hide private]
  __instance_size__ = 32
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

clone(...)

 

clone( (CacheableData)arg1) -> CacheableData :
    basic/datacache/CacheableData.hh:54

    C++ signature :
        boost::shared_ptr<basic::datacache::CacheableData> clone(basic::datacache::CacheableData {lvalue})

clone( (CacheableData)arg1) -> None :

    C++ signature :
        void clone(boost::shared_ptr<CacheableData_exposer_callback> {lvalue})

get_self_ptr(...)

 

get_self_ptr( (CacheableData)arg1) -> CacheableData :
    self pointers
    

    C++ signature :
        boost::shared_ptr<basic::datacache::CacheableData const> get_self_ptr(basic::datacache::CacheableData {lvalue})

get_self_ptr( (CacheableData)arg1) -> CacheableData :
    basic/datacache/CacheableData.hh:47

    C++ signature :
        boost::shared_ptr<basic::datacache::CacheableData> get_self_ptr(basic::datacache::CacheableData {lvalue})

get_self_weak_ptr(...)

 

get_self_weak_ptr( (CacheableData)arg1) -> CacheableDataCAP :
    basic/datacache/CacheableData.hh:48

    C++ signature :
        boost::weak_ptr<basic::datacache::CacheableData const> get_self_weak_ptr(basic::datacache::CacheableData {lvalue})

get_self_weak_ptr( (CacheableData)arg1) -> CacheableDataAP :
    basic/datacache/CacheableData.hh:49

    C++ signature :
        boost::weak_ptr<basic::datacache::CacheableData> get_self_weak_ptr(basic::datacache::CacheableData {lvalue})