summaryrefslogtreecommitdiffstats
path: root/include/afb/c++/binding
AgeCommit message (Collapse)AuthorFilesLines
2019-03-11c++: New C++ API for bindingsLoïc Collignon1-0/+19
You can implement a C++ binding API by inheriting the templated base class 'base_api_t' and overriding the methods you want. At the same time, the c++ files are now located in in their own subdirectory: afb/c++ Change-Id: Ie02535961ec6b4b5ae21390cb520acb1fdc44c9e Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>