TuttleOFX
1
|
#include <OfxhPluginCache.hpp>
Public Member Functions | |
PluginCacheSupportedApi (APICache::OfxhPluginAPICacheI *handler) | |
bool | matches (std::string api, int version) const |
Data Fields | |
APICache::OfxhPluginAPICacheI * | _handler |
for later
Definition at line 55 of file OfxhPluginCache.hpp.
tuttle::host::ofx::PluginCacheSupportedApi::PluginCacheSupportedApi | ( | APICache::OfxhPluginAPICacheI * | handler | ) | [inline] |
Definition at line 59 of file OfxhPluginCache.hpp.
bool tuttle::host::ofx::PluginCacheSupportedApi::matches | ( | std::string | api, |
int | version | ||
) | const [inline] |
Definition at line 62 of file OfxhPluginCache.hpp.
References tuttle::host::ofx::APICache::OfxhPluginAPICacheI::_apiName, tuttle::host::ofx::APICache::OfxhPluginAPICacheI::_apiVersionMin, and _handler.
Definition at line 57 of file OfxhPluginCache.hpp.
Referenced by matches().