Go to the documentation of this file.
9 #ifndef RTCTK_COMPONENTFRAMEWORK_FAKEOLDBADAPTER_HPP
10 #define RTCTK_COMPONENTFRAMEWORK_FAKEOLDBADAPTER_HPP
13 #include <mal/utility/Uri.hpp>
114 #endif // RTCTK_COMPONENTFRAMEWORK_FAKEOLDBADAPTER_HPP
FakeOldbAdapter()=delete
Do not allow construction with no arguments.
FakeOldbAdapter(FakeOldbAdapter &&)=default
The move constructor.
Definition: fileRepository.hpp:44
Definition: rtcComponent.hpp:17
virtual ~FakeOldbAdapter()
Definition: fakeOldbAdapter.cpp:30
Header file for OldbApiIf, which defines the API for OldbAdapters.
Definition: oldbApiIf.hpp:18
A file based OLDB adapter that simulates OLDB with a local YAML file.
Definition: fakeOldbAdapter.hpp:90
Declaration of FileRepository that provides a simple file based repository.
FakeOldbAdapter & operator=(const FakeOldbAdapter &)=delete
This class cannot be copy assigned.
FakeOldbAdapter(const FakeOldbAdapter &)=delete
This class cannot be copy constructed.
FakeOldbAdapter & operator=(FakeOldbAdapter &&)=default
The move assignment operator.