Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
i
j
m
n
o
p
r
s
t
u
x
+
Functions
a
b
c
d
e
i
j
m
o
p
r
s
t
u
x
Variables
Typedefs
Enumerations
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
x
+
Variables
a
c
f
h
i
k
l
m
n
o
p
r
s
t
x
Typedefs
Related Functions
+
Files
File List
+
File Members
All
Functions
Macros
javaClass_epilogue.h
1
/*
2
@copyright Russell Standish 2000-2013
3
@author Russell Standish
4
This file is part of Classdesc
5
6
Open source licensed under the MIT license. See LICENSE for details.
7
*/
8
9
#ifndef JAVACLASS_EPILOGUE_H
10
#define JAVACLASS_EPILOGUE_H
11
12
namespace
classdesc
13
{
14
template
<
class
T>
15
typename
enable_if< is_leftOver<T>,
void
>::T
16
javaClass(javaClass_t& cl,
const
string
& desc, T& arg, dummy<0> d)
17
{
classdesc_access::access_javaClass<T>
()(cl, desc, arg);}
18
19
}
20
#endif
classdesc_access::access_javaClass
Definition:
javaClass_base.h:448
classdesc
Contains definitions related to classdesc functionality.
Definition:
arrays.h:2514
include
javaClass_epilogue.h
Generated by
1.8.13