From 9c172e94cb5d2fd263a653a5515f02194cf3279d Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Sat, 28 May 2011 15:16:10 -0300 Subject: Added the basic cases for container conversions. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The cases are made of conversions of lists of: * C++ primitive type * C++ class treated as Python primitive type * Value type as C++ value * Object type as C++ pointer * Container of container of C++ primitive type The container is converted when called from Python or from C++ (via virtual methods), and passed as arguments to Python and to C++. Reviewed by Luciano Wolf Reviewed by Renato Araújo --- tests/minimalbinding/typesystem_minimal.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/minimalbinding/typesystem_minimal.xml') diff --git a/tests/minimalbinding/typesystem_minimal.xml b/tests/minimalbinding/typesystem_minimal.xml index c3e681177..7f160ddaf 100644 --- a/tests/minimalbinding/typesystem_minimal.xml +++ b/tests/minimalbinding/typesystem_minimal.xml @@ -8,8 +8,14 @@ + + + + + + -- cgit v1.2.3