Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
z
+
Functions
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
w
z
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
+
Typedefs
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Enumerations
+
Enumerator
a
b
c
e
i
n
o
p
r
u
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
~
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
+
Typedefs
a
b
c
d
e
f
g
i
m
n
o
p
r
s
t
v
Enumerations
+
Enumerator
a
b
c
e
f
i
n
p
r
s
t
u
Properties
Related Functions
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
+
Functions
a
c
d
e
f
h
i
l
m
o
p
r
s
t
u
w
+
Variables
_
a
c
d
g
h
i
l
m
n
o
p
r
s
u
Typedefs
Enumerations
Enumerator
+
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
src
lib
doil
ImplBase.h
Go to the documentation of this file.
1
// -*- C++ -*-
19
#ifndef DOIL_IMPLEBASE_H
20
#define DOIL_IMPLEBASE_H
21
22
namespace
doil
23
{
24
class
ImplBase
25
{
26
public
:
27
virtual
~ImplBase
(){};
28
virtual
const
char
*
id
() = 0;
29
virtual
const
char
*
name
() = 0;
30
virtual
void
incRef
() = 0;
31
virtual
void
decRef
() = 0;
32
};
33
34
typedef
ImplBase
LocalBase
;
35
};
36
#endif // DOIL_IMPLEBASE_H
doil::ImplBase::~ImplBase
virtual ~ImplBase()
Definition:
ImplBase.h:27
doil
Definition:
CORBAManager.cpp:26
doil::ImplBase::incRef
virtual void incRef()=0
doil::LocalBase
ImplBase LocalBase
Definition:
ImplBase.h:34
doil::ImplBase::id
virtual const char * id()=0
doil::ImplBase::name
virtual const char * name()=0
doil::ImplBase::decRef
virtual void decRef()=0
doil::ImplBase
Definition:
ImplBase.h:24
openrtm_aist
Author(s): Noriaki Ando
autogenerated on Mon Feb 28 2022 23:00:43