MCPcopy Create free account
hub / github.com/bruderstein/nppPluginManager / PluginVersion

Method PluginVersion

pluginManager/src/PluginVersion.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24using namespace std;
25
26PluginVersion::PluginVersion(void)
27: _major(0), _minor(0), _revision(0), _build(0), _displayString(NULL), _isBad(false)
28{
29}
30
31PluginVersion::PluginVersion(const char *version)
32: _major(0), _minor(0), _revision(0), _build(0), _displayString(NULL), _isBad(false)

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected