Information about the current Sequel version.  
 More...
#include <version.h>
Information about the current Sequel version. 
Definition at line 64 of file seq/version.h.
  
  | 
        
          | static bool seq::Version::check | ( |  | ) |  |  | inlinestatic | 
 
Runtime check for ABI compatibility. 
Call from code using Sequel. Will fail if the executable was compiled against a version incompatible with the runtime version.
- Returns
- true if the link-time and compile-time DSO are compatible. 
Definition at line 96 of file seq/version.h.
References SEQ_VERSION_MAJOR, and SEQ_VERSION_MINOR.
 
 
  
  | 
        
          | static int seq::Version::getABI | ( |  | ) |  |  | static | 
 
- Returns
- the current binary interface version of Sequel. 
 
 
  
  | 
        
          | static int seq::Version::getMajor | ( |  | ) |  |  | static | 
 
- Returns
- the current major version of Sequel. 
 
 
  
  | 
        
          | static int seq::Version::getMinor | ( |  | ) |  |  | static | 
 
- Returns
- the current minor version of Sequel. 
 
 
  
  | 
        
          | static int seq::Version::getPatch | ( |  | ) |  |  | static | 
 
- Returns
- the current patch level of Sequel. 
 
 
  
  | 
        
          | static unsigned long long seq::Version::getRevision | ( |  | ) |  |  | static | 
 
 
  
  | 
        
          | static std::string seq::Version::getRevString | ( |  | ) |  |  | static | 
 
- Returns
- the current Sequel version plus the git SHA hash (MM.mm.pp.rev). 
 
 
  
  | 
        
          | static std::string seq::Version::getSchema | ( |  | ) |  |  | inlinestatic | 
 
- Returns
- JSON schema describing this object. 
Definition at line 103 of file seq/version.h.
 
 
  
  | 
        
          | static std::string seq::Version::getString | ( |  | ) |  |  | static | 
 
- Returns
- the current Sequel version (MM.mm.pp). 
 
 
  
  | 
        
          | static std::string seq::Version::toJSON | ( |  | ) |  |  | inlinestatic | 
 
- Returns
- JSON-encoded data for this object. 
Definition at line 122 of file seq/version.h.
 
 
The documentation for this class was generated from the following file: