.. index:: pair: class; EE::Version .. _doxid-class_e_e_1_1_version: class EE::Version ================= .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class Version { public: // fields :ref:`Uint8` :ref:`major`; :ref:`Uint8` :ref:`minor`; :ref:`Uint8` :ref:`patch`; // methods static Version :ref:`getVersion`(); static :ref:`Uint32` :ref:`getVersionNum`(); static std::string :ref:`getVersionName`(); static std::string :ref:`getCodename`(); static std::string :ref:`getBuildTime`(); }; .. _details-class_e_e_1_1_version: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; major .. _doxid-class_e_e_1_1_version_1acf42def170f8d258109839108c236699: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`Uint8` major major version .. index:: pair: variable; minor .. _doxid-class_e_e_1_1_version_1a578479b631cd1052499b508cb37a519f: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`Uint8` minor minor version .. index:: pair: variable; patch .. _doxid-class_e_e_1_1_version_1ad84e6b11897430fac14cbd1e361a43e3: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`Uint8` patch update version Methods ------- .. index:: pair: function; getVersion .. _doxid-class_e_e_1_1_version_1aeebeddb6f7c0db727492c79111f1e74a: .. ref-code-block:: cpp :class: doxyrest-title-code-block static Version getVersion() .. rubric:: Returns: The linked version of the library .. index:: pair: function; getVersionNum .. _doxid-class_e_e_1_1_version_1adf6e570a66a236ed267c81540002aaeb: .. ref-code-block:: cpp :class: doxyrest-title-code-block static :ref:`Uint32` getVersionNum() .. rubric:: Returns: The linked version number of the library .. index:: pair: function; getVersionName .. _doxid-class_e_e_1_1_version_1aaa1c3976b942c31117811d239f49c514: .. ref-code-block:: cpp :class: doxyrest-title-code-block static std::string getVersionName() .. rubric:: Returns: The library version name: "eepp version major.minor.patch" .. index:: pair: function; getCodename .. _doxid-class_e_e_1_1_version_1aa02ca655713091f3b478a4e245703fb3: .. ref-code-block:: cpp :class: doxyrest-title-code-block static std::string getCodename() .. rubric:: Returns: The version codename .. index:: pair: function; getBuildTime .. _doxid-class_e_e_1_1_version_1a80909d615d7a315af2e7b3c98b7d9ec2: .. ref-code-block:: cpp :class: doxyrest-title-code-block static std::string getBuildTime() .. rubric:: Returns: The build time of the library