| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
??.instance --+
|
WriteableCacheableDataCreator
Abstract base class for a Mover factory; the Creator class is responsible for creating a particular mover class.
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__instance_size__ = 32
|
|||
|
|||
|
Inherited from |
|||
|
|||
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
|
helper for pickle
|
create_data( (WriteableCacheableDataCreator)arg1, (std_istream)in) -> WriteableCacheableData :
basic/datacache/WriteableCacheableDataCreator.hh:37
C++ signature :
boost::shared_ptr<basic::datacache::WriteableCacheableData> create_data(basic::datacache::WriteableCacheableDataCreator {lvalue},std::istream {lvalue})
create_data( (WriteableCacheableDataCreator)arg1, (std_istream)arg2) -> None :
C++ signature :
void create_data(boost::shared_ptr<WriteableCacheableDataCreator_exposer_callback> {lvalue},std::istream {lvalue})
|
keyname( (WriteableCacheableDataCreator)arg1) -> str :
basic/datacache/WriteableCacheableDataCreator.hh:38
C++ signature :
std::string keyname(basic::datacache::WriteableCacheableDataCreator {lvalue})
keyname( (WriteableCacheableDataCreator)arg1) -> None :
C++ signature :
void keyname(boost::shared_ptr<WriteableCacheableDataCreator_exposer_callback> {lvalue})
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 6 00:11:01 2015 | http://epydoc.sourceforge.net |