#include <vlversion.h>
Public Member Functions | |
| vlVersion () | |
| vlVersion (uint16 _maj, uint16 _min, uint16 _rev) | |
| ~vlVersion () | |
| uint16 | getMajor () |
| Returns the major number. | |
| uint16 | getMinor () |
| Returns the minor number. | |
| uint16 | getRevision () |
| Returns the revision number. | |
| std::string | asString () |
| Returns the version number as a string. | |
Private Attributes | |
| uint16 | m_major |
| uint16 | m_minor |
| uint16 | m_revision |
Friends | |
| std::ostream & | operator<< (std::ostream &os, vlVersion const *const ver) |
| overriding << to enable writing version to a stream | |
| std::ostream & | operator<< (std::ostream &os, vlVersion const &ver) |
Definition at line 43 of file vlversion.h.
|
|
Definition at line 45 of file vlversion.h. |
|
||||||||||||||||
|
Definition at line 47 of file vlversion.h. References m_major, m_minor, and m_revision. |
|
|
Definition at line 53 of file vlversion.h. |
|
|
Definition at line 65 of file vlversion.h. References m_major, m_minor, and m_revision. |
|
|
Definition at line 56 of file vlversion.h. References m_major, and uint16. Referenced by vlPluginManager::loadPlugins(), queryPlugin(), and vlKernel::vlKernel(). |
|
|
Definition at line 59 of file vlversion.h. References m_minor, and uint16. Referenced by vlPluginManager::loadPlugins(), queryPlugin(), and vlKernel::vlKernel(). |
|
|
Definition at line 62 of file vlversion.h. References m_revision, and uint16. |
|
||||||||||||
|
Definition at line 76 of file vlversion.h. |
|
||||||||||||
|
Definition at line 72 of file vlversion.h. |
|
|
Definition at line 81 of file vlversion.h. Referenced by asString(), getMajor(), and vlVersion(). |
|
|
Definition at line 81 of file vlversion.h. Referenced by asString(), getMinor(), and vlVersion(). |
|
|
Definition at line 81 of file vlversion.h. Referenced by asString(), getRevision(), and vlVersion(). |
1.3.3