yoghadj / or-tools

Automatically exported from code.google.com/p/or-tools
0 stars 0 forks source link

Unable to use SWIG on nested classes #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Modify the C++ header files so classes can be used with python/java/c#/etc. 
wrappers.

What is the expected output? What do you see instead?
When running SWIG on ebert_graph.h, I get the warning: "Warning 325: Nested 
class not currently supported (NodeIterator ignored)." 

What version of the product are you using? On what operating system?
Ubuntu 12.04

Please provide any additional information below.

Original issue reported on code.google.com by danajfer...@gmail.com on 28 Jun 2013 at 2:56