aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/map_conversions.h
Commit message (Collapse)AuthorAgeFilesLines
* Renamed templates used for conversions of containers.Hugo Lima2010-03-181-1/+1
|
* User definied converters are written outside Shiboken namespace.Hugo Lima2010-02-181-0/+2
|
* Moved container converters from test library to libshiboken's converter header.Marcelo Lira2009-12-071-46/+0
| | | | | | | The implementation of converters for pair, list and map containers was moved from libsample test binding to libshiboken/conversions.h. The implementation must be used with types similar to the C++ STL containers of the same name.
* Added Converter<T>::isConvertible to replace the T_Check functions.Hugo Lima2009-10-271-0/+5
| | | | | | This allow the user to full custommize the type conversion. Note: This change added a known regression on test_derived
* Removed useless ValueHolder template.Hugo Lima2009-09-151-4/+4
|
* added mapping example to test lib as well as unit testsMarcelo Lira2009-08-251-0/+43