summaryrefslogtreecommitdiff
path: root/digital/ucoolib/ucoolib/arch/host/mex/mex_node.hh
AgeCommit message (Collapse)Author
2013-03-01digital/ucoolib/ucoolib/arch/host/mex: simplify handlers thanks to TR1Nicolas Schodet
TR1 (and C++11, but this must compile on debian squeeze) defines function objects which can contain any callable which respects the prototype. This greatly simplify handler code. Also, get rid of get_instance and give Node as handler parameter instead.
2013-03-01digital/ucoolib/ucoolib/arch/host/mex: use std::stringNicolas Schodet
2012-12-05digital/ucoolib/ucoolib/arch/host/mex: add mex moduleNicolas Schodet