5#ifndef INCLUDE_PERSISTENCYSVC_CONTAINER_H
6#define INCLUDE_PERSISTENCYSVC_CONTAINER_H
28 const std::string&
name );
53 const std::type_info& typeInfo,
54 const std::string& option )
override;
60 const std::type_info& typeInfo,
61 const std::string& option )
override;
char data[hepevt_bytes_allocation_ATLAS]
virtual long technology() const override final
Returns the technology identifier for this container.
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 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 & name() const override final
Returns the name of this container.
virtual ~Container()=default
destructor
virtual ITokenIterator * tokens() override
Starts an iteration over the tokens in the container.
FileDescriptor & m_fileDescriptor
Reference to file descriptor of the parent database.
virtual const ITechnologySpecificAttributes & technologySpecificAttributes() const override final
Returns the object holding the technology specific attributes for a given technology domain.
std::string m_name
The name of the container.
virtual ITechnologySpecificAttributes & technologySpecificAttributes() override final
Container(FileDescriptor &fileDescriptor, long technology, const std::string &name)
IContainer is the base class for container objects.
ITechnologySpecificAttributes is the interface for an object holding technology-specific attributes.
ITokenIterator is the interface class for iterators of tokens.