5#ifndef INCLUDE_PERSISTENCYSVC_ICONTAINER_H
6#define INCLUDE_PERSISTENCYSVC_ICONTAINER_H
29 const std::string&
name()
const;
std::string m_name
The name of the container.
virtual ITechnologySpecificAttributes & technologySpecificAttributes()=0
IContainer(const std::string &name)
Constructor initializing its name.
virtual long technology() const =0
Returns the technology identifier for this container.
virtual ~IContainer()
Empty destructor.
const std::string & name() const
Returns the name of this container.
virtual const std::string & parentDatabaseName() const =0
Returns the name (fid) of the parent database.
virtual const ITechnologySpecificAttributes & technologySpecificAttributes() const =0
Returns the object holding the technology specific attributes for a given technology domain.
virtual ITokenIterator * tokens()=0
Starts an iteration over the tokens in the container.
ITechnologySpecificAttributes is the interface for an object holding technology-specific attributes.
ITokenIterator is the interface class for iterators of tokens.