TuttleOFX  1
tuttle::host::ofx::OfxhPluginIdent Struct Reference

#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

Detailed Description

Definition at line 16 of file OfxhPluginDesc.hpp.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Field Documentation


The documentation for this struct was generated from the following file: