Go to the documentation of this file.
9 #ifndef RTCTK_COMPONENTFRAMEWORK_FAKERUNTIMEREPOADAPTER_HPP
10 #define RTCTK_COMPONENTFRAMEWORK_FAKERUNTIMEREPOADAPTER_HPP
13 #include <mal/utility/Uri.hpp>
34 #endif // RTCTK_COMPONENTFRAMEWORK_FAKERUNTIMEREPOADAPTER_HPP
FakeRuntimeRepoAdapter & operator=(const FakeRuntimeRepoAdapter &)=delete
Definition: fileRepository.hpp:44
Definition: rtcComponent.hpp:17
Definition: runtimeRepoApiIf.hpp:21
void Subscribe(const Subscription &subscription) const override
Definition: fakeRuntimeRepoAdapter.cpp:31
void Unsubscribe(const Subscription &subscription) const override
Definition: fakeRuntimeRepoAdapter.cpp:38
FakeRuntimeRepoAdapter()=delete
Definition: fakeRuntimeRepoAdapter.hpp:19
FakeRuntimeRepoAdapter & operator=(FakeRuntimeRepoAdapter &&)=default
FakeRuntimeRepoAdapter(const FakeRuntimeRepoAdapter &)=delete
Definition: runtimeRepoApiIf.hpp:59
Declaration of FileRepository that provides a simple file based repository.
Header file for RuntimeRepoApiIf, which defines the API for RuntimeRepoAdapters.
FakeRuntimeRepoAdapter(FakeRuntimeRepoAdapter &&)=default
virtual ~FakeRuntimeRepoAdapter()
Definition: fakeRuntimeRepoAdapter.cpp:25