aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libminimal/listuser.h
Commit message (Collapse)AuthorAgeFilesLines
* Added the basic cases for container conversions.Marcelo Lira2012-03-081-0/+67
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 <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>