|
IODA Bundle
|
Functions | |
| int | innerWrapFn (std::function< int()> f) |
| int | innerWrapFn (std::function< void()> f) |
| template<typename FN > | |
| int | wrapApiFunction (FN f) |
| int anonymous_namespace{odc.cc}::innerWrapFn | ( | std::function< int()> | f | ) |
Definition at line 115 of file api/odc.cc.
| int anonymous_namespace{odc.cc}::innerWrapFn | ( | std::function< void()> | f | ) |
| int anonymous_namespace{odc.cc}::wrapApiFunction | ( | FN | f | ) |
Definition at line 125 of file api/odc.cc.