12#ifndef RTCTK_COMPONENTFRAMEWORK_PERSISTENTREPOIF_HPP
13#define RTCTK_COMPONENTFRAMEWORK_PERSISTENTREPOIF_HPP
59 static std::unique_ptr<PersistentRepoIf>
CreateAdapter(
const elt::mal::Uri& uri);
68 virtual elt::mal::Uri
GetUri()
const = 0;
Base interface for all Persistent Configuration Repository adapters.
Definition persistentRepoIf.hpp:24
virtual elt::mal::Uri GetUri() const =0
Get the URI used when creating this adapter object.
~PersistentRepoIf() override=default
elt::mal::Uri AdapterIdType
The type used to distinguish between different adapters implementing RuntimeRepoIf.
Definition persistentRepoIf.hpp:33
static std::unique_ptr< PersistentRepoIf > CreateAdapter(const elt::mal::Uri &uri)
Factory method used to create the appropriate Persistent Configuration Repository adapter depending o...
Definition persistentRepoIf.cpp:17
#define RTCTK_API
Helper to indicate that a class or function must be exported in the public symbol table.
Definition config.hpp:32
Definition commandReplier.cpp:21
Header file for RepositoryIf and related base classes.