Updated java std_map to support Obj derivatives by importing original for use in class
This commit is contained in:
parent
32b963ef1c
commit
1e571417b6
1 changed files with 3 additions and 0 deletions
|
|
@ -51,6 +51,9 @@ template<class K, class T, class C = std::less< K> > class map {
|
|||
%typemap(javabase) std::map< K, T, C >
|
||||
"java.util.AbstractMap<$typemap(jboxtype, K), $typemap(jboxtype, T)>"
|
||||
|
||||
%typemap(javaimports) std::map< K, T, C >
|
||||
"import java.lang.Object;"
|
||||
|
||||
%proxycode %{
|
||||
|
||||
public int size() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue