TuttleOFX
1
|
Public Member Functions | |
PluginCacheSupportedApi (APICache::OfxhPluginAPICacheI *handler) | |
bool | matches (std::string api, int version) const |
Data Fields | |
APICache::OfxhPluginAPICacheI * | _handler |
Definition at line 89 of file OfxhPluginCache.cpp.
tuttle::host::ofx::PluginCacheSupportedApi::PluginCacheSupportedApi | ( | APICache::OfxhPluginAPICacheI * | handler | ) | [inline] |
Definition at line 93 of file OfxhPluginCache.cpp.
bool tuttle::host::ofx::PluginCacheSupportedApi::matches | ( | std::string | api, |
int | version | ||
) | const [inline] |
Definition at line 96 of file OfxhPluginCache.cpp.
References tuttle::host::ofx::APICache::OfxhPluginAPICacheI::_apiName, tuttle::host::ofx::APICache::OfxhPluginAPICacheI::_apiVersionMin, and _handler.
Definition at line 91 of file OfxhPluginCache.cpp.
Referenced by matches().