![]() |
Rosetta Utilities
2014.35
|
Abstract base class for a Mover factory; the Creator class is responsible for creating a particular mover class. More...
#include <WriteableCacheableDataCreator.hh>
Public Member Functions | |
WriteableCacheableDataCreator () | |
virtual | ~WriteableCacheableDataCreator () |
virtual WriteableCacheableDataOP | create_data (std::istream &in) const =0 |
virtual std::string | keyname () const =0 |
![]() | |
void | ctor () |
virtual | ~ReferenceCount () |
Destructor. More... | |
Size | ref_count () const |
Reference count. More... | |
Additional Inherited Members | |
![]() | |
typedef platform::Size | Size |
typedef platform::Size | size_type |
![]() | |
ReferenceCount () | |
Default constructor. More... | |
ReferenceCount (ReferenceCount const &) | |
Copy constructor. More... | |
ReferenceCount & | operator= (ReferenceCount const &) |
Copy assignment. More... | |
Abstract base class for a Mover factory; the Creator class is responsible for creating a particular mover class.
basic::datacache::WriteableCacheableDataCreator::WriteableCacheableDataCreator | ( | ) |
|
virtual |
|
pure virtual |
|
pure virtual |