Origen V93K SMT7 Library
 All Classes Namespaces Files Functions Variables Typedefs Macros
Public Member Functions | List of all members
Origen::Utils::Version Class Reference

#include <version.hpp>

Public Member Functions

int major ()
 
int minor ()
 
int tiny ()
 
 Version (string ver)
 
bool operator== (string rhs)
 
bool operator!= (string rhs)
 
bool operator< (string rhs)
 
bool operator<= (string rhs)
 
bool operator> (string rhs)
 
bool operator>= (string rhs)
 
string str ()
 

Constructor & Destructor Documentation

Origen::Utils::Version::Version ( string  ver)

Member Function Documentation

int Origen::Utils::Version::major ( )
int Origen::Utils::Version::minor ( )
bool Origen::Utils::Version::operator!= ( string  rhs)
bool Origen::Utils::Version::operator< ( string  rhs)
bool Origen::Utils::Version::operator<= ( string  rhs)
bool Origen::Utils::Version::operator== ( string  rhs)
bool Origen::Utils::Version::operator> ( string  rhs)
bool Origen::Utils::Version::operator>= ( string  rhs)
string Origen::Utils::Version::str ( )
int Origen::Utils::Version::tiny ( )

The documentation for this class was generated from the following files: