5#ifndef INCLUDE_PERSISTENCYSVC_CONTAINER_H
6#define INCLUDE_PERSISTENCYSVC_CONTAINER_H
30 const std::string&
name );
55 const std::type_info& typeInfo,
56 const std::string& option )
override;
62 const std::type_info& typeInfo,
63 const std::string& option )
override;
char data[hepevt_bytes_allocation_ATLAS]
IContainer(const std::string &name)
Constructor initializing its name.
const std::string & name() const
Returns the name of this container.
ITechnologySpecificAttributes is the interface for an object holding technology-specific attributes.
ITokenIterator is the interface class for iterators of tokens.
Container(FileDescriptor &fileDescriptor, long technology, const std::string &name)
FileDescriptor & m_fileDescriptor
Reference to file descriptor of the parent database.
virtual long technology() const override
Returns the technology identifier for this container.
virtual ITokenIterator * tokens() override
Starts an iteration over the tokens in the container.
virtual bool attributeOfType(const std::string &attributeName, void *data, const std::type_info &typeInfo, const std::string &option) override
The actual method returning the attribute data given a name.
virtual const std::string & parentDatabaseName() const override
Returns the name (fid) of the parent database.
virtual ITechnologySpecificAttributes & technologySpecificAttributes() override
long m_technology
The technology identifier.
virtual bool setAttributeOfType(const std::string &attributeName, const void *data, const std::type_info &typeInfo, const std::string &option) override
The actual method setting the attribute data given a name.
virtual const ITechnologySpecificAttributes & technologySpecificAttributes() const override
Returns the object holding the technology specific attributes for a given technology domain.
A concrete implementation of the IPersistencySvc interface.