liba 0.1.15
An algorithm library based on C/C++
Loading...
Searching...
No Matches
a_version Struct Reference

instance structure for version More...

#include <version.h>

Public Member Functions

void alpha (char str[5]) const
 
void set_alpha (char const *str)
 
unsigned int parse (char const *ver)
 
unsigned int tostr (void *p, size_t n) const
 
bool operator< (a_version const &ver) const
 
bool operator> (a_version const &ver) const
 
bool operator<= (a_version const &ver) const
 
bool operator>= (a_version const &ver) const
 
bool operator== (a_version const &ver) const
 
bool operator!= (a_version const &ver) const
 
int cmp (a_version const &ver) const
 

Data Fields

unsigned int major
 major number
 
unsigned int minor
 minor number
 
unsigned int third
 third number
 
unsigned int extra
 extra number
 
char alpha_ [4]
 alphabet
 

Detailed Description

instance structure for version


The documentation for this struct was generated from the following file: