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, a_size 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
unsigned int minor
unsigned int third
unsigned int extra
char alpha_ [4]

Detailed Description

instance structure for version

Field Documentation

◆ alpha_

char a_version::alpha_[4]

alphabet

◆ extra

unsigned int a_version::extra

extra number

◆ major

unsigned int a_version::major

major number

◆ minor

unsigned int a_version::minor

minor number

◆ third

unsigned int a_version::third

third number


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