Abstract base class to be used to represent an entry in a Catalog.
std::string Serialize() const override
returns a string with a serialized (pickled) representation
void initFromString(const std::string &text) override
initializes from a string pickle
unsigned int getOrder() const
void initFromStream(std::istream &ss) override
initializes from a stream pickle
void toStream(std::ostream &ss) const override
serializes (pickles) to a stream
~FragmentCatalogEntry() override