version.hpp
Go to the documentation of this file.
1 //
2 // Copyright (c) 2019-2020 INRIA
3 //
4 
5 #ifndef __eigenpy_version_hpp__
6 #define __eigenpy_version_hpp__
7 
8 #include "eigenpy/config.hpp"
9 
10 #include <string>
11 
12 namespace eigenpy
13 {
14 
20  std::string EIGENPY_DLLAPI printVersion(const std::string & delimiter = ".");
21 
33  bool EIGENPY_DLLAPI checkVersionAtLeast(unsigned int major_version,
34  unsigned int minor_version,
35  unsigned int patch_version);
36 }
37 
38 #endif // __eigenpy_version_hpp__
bool EIGENPY_DLLAPI checkVersionAtLeast(unsigned int major_version, unsigned int minor_version, unsigned int patch_version)
Checks if the current version of EigenPy is at least the version provided by the input arguments...
Definition: version.cpp:23
std::string EIGENPY_DLLAPI printVersion(const std::string &delimiter=".")
Returns the current version of EigenPy as a string using the following standard: EIGENPY_MINOR_VERSIO...
Definition: version.cpp:13


eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Sat Apr 17 2021 02:37:59