TuttleOFX
1
|
#include <OfxhMajorPlugin.hpp>
Public Types | |
typedef OfxhMajorPlugin | This |
Public Member Functions | |
OfxhMajorPlugin () | |
OfxhMajorPlugin (const std::string &id, int major) | |
OfxhMajorPlugin (OfxhPlugin &iep) | |
const std::string & | getId () const |
int | getMajor () const |
bool | operator< (const This &other) const |
Private Attributes | |
std::string | _id |
int | _major |
Definition at line 10 of file OfxhMajorPlugin.hpp.
Definition at line 13 of file OfxhMajorPlugin.hpp.
tuttle::host::ofx::OfxhMajorPlugin::OfxhMajorPlugin | ( | ) | [inline] |
Definition at line 20 of file OfxhMajorPlugin.hpp.
tuttle::host::ofx::OfxhMajorPlugin::OfxhMajorPlugin | ( | const std::string & | id, |
int | major | ||
) | [inline] |
Definition at line 24 of file OfxhMajorPlugin.hpp.
tuttle::host::ofx::OfxhMajorPlugin::OfxhMajorPlugin | ( | OfxhPlugin & | iep | ) | [inline] |
Definition at line 28 of file OfxhMajorPlugin.hpp.
const std::string& tuttle::host::ofx::OfxhMajorPlugin::getId | ( | ) | const [inline] |
Definition at line 32 of file OfxhMajorPlugin.hpp.
References _id.
int tuttle::host::ofx::OfxhMajorPlugin::getMajor | ( | ) | const [inline] |
Definition at line 37 of file OfxhMajorPlugin.hpp.
References _major.
bool tuttle::host::ofx::OfxhMajorPlugin::operator< | ( | const This & | other | ) | const [inline] |
Definition at line 42 of file OfxhMajorPlugin.hpp.
std::string tuttle::host::ofx::OfxhMajorPlugin::_id [private] |
Definition at line 16 of file OfxhMajorPlugin.hpp.
Referenced by getId(), and operator<().
int tuttle::host::ofx::OfxhMajorPlugin::_major [private] |
Definition at line 17 of file OfxhMajorPlugin.hpp.
Referenced by getMajor(), and operator<().