#include <PersistencySvc/IContainer.h>
IContainer is the base class for container objects
Definition at line 23 of file IContainer.h.
◆ ~IContainer()
virtual pool::IContainer::~IContainer |
( |
| ) |
|
|
inlinevirtual |
◆ IContainer()
pool::IContainer::IContainer |
( |
const std::string & |
name | ) |
|
|
explicitprotected |
Constructor initializing its name.
◆ name()
const std::string& pool::IContainer::name |
( |
| ) |
const |
Returns the name of this container.
◆ parentDatabaseName()
virtual const std::string& pool::IContainer::parentDatabaseName |
( |
| ) |
const |
|
pure virtual |
◆ technology()
virtual long pool::IContainer::technology |
( |
| ) |
const |
|
pure virtual |
◆ technologySpecificAttributes() [1/2]
◆ technologySpecificAttributes() [2/2]
◆ tokens()
Starts an iteration over the tokens in the container.
Returns a token iterator whose ownership is passed to the user.
Implemented in pool::PersistencySvc::Container.
◆ m_name
std::string pool::IContainer::m_name |
|
private |
The name of the container.
Definition at line 52 of file IContainer.h.
The documentation for this class was generated from the following file: