RTC Toolkit
1.0.0
Main Page
Related Pages
Modules
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
~
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
w
~
Variables
a
c
d
e
f
h
i
l
m
n
o
p
r
s
t
v
w
Typedefs
a
c
d
f
l
m
o
p
r
s
t
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
a
b
c
d
e
f
g
i
l
m
o
p
r
s
t
u
v
w
Functions
b
c
d
e
f
g
l
m
o
p
r
s
t
w
Variables
Typedefs
Enumerations
Enumerator
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
componentFramework
services
oldb
src
include
rtctk
componentFramework
oldbIf.hpp
Go to the documentation of this file.
1
12
#ifndef RTCTK_COMPONENTFRAMEWORK_OLDBIF_HPP
13
#define RTCTK_COMPONENTFRAMEWORK_OLDBIF_HPP
14
15
#include <
rtctk/componentFramework/repositoryIf.hpp
>
16
#include <
rtctk/componentFramework/repositorySubscriberIf.hpp
>
17
18
namespace
rtctk::componentFramework
{
19
20
class
OldbIf
:
virtual
public
RepositoryIf
,
virtual
public
RepositorySubscriberIf
{
21
public
:
22
virtual
~OldbIf
() =
default
;
23
37
static
std::unique_ptr<OldbIf>
CreateAdapter
(
const
elt::mal::Uri& uri);
38
};
39
40
}
// namespace rtctk::componentFramework
41
42
#endif // RTCTK_COMPONENTFRAMEWORK_OLDBIF_HPP
rtctk::componentFramework
Definition:
commandReplier.cpp:20
repositorySubscriberIf.hpp
Header file for RepositorySubscriberIf and related base classes.
repositoryIf.hpp
Header file for RepositoryIf and related base classes.
rtctk::componentFramework::RepositoryIf
Abstract interface providing basic read and write facilities to a repository.
Definition:
repositoryIf.hpp:35
rtctk::componentFramework::OldbIf
Definition:
oldbIf.hpp:20
rtctk::componentFramework::OldbIf::CreateAdapter
static std::unique_ptr< OldbIf > CreateAdapter(const elt::mal::Uri &uri)
Factory method used to create the appropriate OLDB adapter depending on the URI scheme.
Definition:
oldbIf.cpp:18
rtctk::componentFramework::OldbIf::~OldbIf
virtual ~OldbIf()=default
rtctk::componentFramework::RepositorySubscriberIf
Abstract interface providing subscription facilities for a repository.
Definition:
repositorySubscriberIf.hpp:24
Generated by
1.8.20