|
TuttleOFX
1
|
#include <OfxhPluginDesc.hpp>
Public Member Functions | |
| OfxhPluginIdent () | |
| OfxhPluginIdent (const std::string &identifier, const std::string &rawId, int verMin, int verMax) | |
| bool | operator< (const OfxhPluginIdent &d2) const |
| bool | operator!= (const OfxhPluginIdent &d2) const |
Data Fields | |
| std::string | _identifier |
| std::string | _rawIdentifier |
| int | _versionMinor |
| int | _versionMajor |
Definition at line 16 of file OfxhPluginDesc.hpp.
| tuttle::host::ofx::OfxhPluginIdent::OfxhPluginIdent | ( | ) | [inline] |
Definition at line 18 of file OfxhPluginDesc.hpp.
| tuttle::host::ofx::OfxhPluginIdent::OfxhPluginIdent | ( | const std::string & | identifier, |
| const std::string & | rawId, | ||
| int | verMin, | ||
| int | verMax | ||
| ) | [inline] |
Definition at line 21 of file OfxhPluginDesc.hpp.
| bool tuttle::host::ofx::OfxhPluginIdent::operator!= | ( | const OfxhPluginIdent & | d2 | ) | const [inline] |
Definition at line 35 of file OfxhPluginDesc.hpp.
References _identifier, _rawIdentifier, _versionMajor, and _versionMinor.
| bool tuttle::host::ofx::OfxhPluginIdent::operator< | ( | const OfxhPluginIdent & | d2 | ) | const [inline] |
Definition at line 28 of file OfxhPluginDesc.hpp.
References _identifier, _versionMajor, and _versionMinor.
| std::string tuttle::host::ofx::OfxhPluginIdent::_identifier |
Definition at line 43 of file OfxhPluginDesc.hpp.
Referenced by tuttle::host::ofx::OfxhPluginDesc::getIdentifier(), tuttle::host::ofx::OfxhPluginDesc::OfxhPluginDesc(), operator!=(), operator<(), and tuttle::host::ofx::OfxhPluginDesc::serialize().
Definition at line 44 of file OfxhPluginDesc.hpp.
Referenced by tuttle::host::ofx::OfxhPluginDesc::getRawIdentifier(), operator!=(), and tuttle::host::ofx::OfxhPluginDesc::serialize().
Definition at line 45 of file OfxhPluginDesc.hpp.
Referenced by tuttle::host::ofx::OfxhPluginDesc::getVersionMajor(), operator!=(), operator<(), and tuttle::host::ofx::OfxhPluginDesc::serialize().
Definition at line 45 of file OfxhPluginDesc.hpp.
Referenced by tuttle::host::ofx::OfxhPluginDesc::getVersionMinor(), operator!=(), operator<(), and tuttle::host::ofx::OfxhPluginDesc::serialize().