libqi-api  2.0.6.8
Classes | Namespaces | Functions
/home/opennao/work/master/sdk/libqi/qi/version.hpp File Reference
#include <qi/api.hpp>
#include <vector>
#include <string>
#include <boost/scoped_ptr.hpp>

Go to the source code of this file.

Classes

struct  qi::version::Version
 Struct representing a version number. More...

Namespaces

namespace  qi
 

qi general namespace


namespace  qi::version
 

Version numbering API.


Functions

std::vector< std::string > qi::version::explode (const std::string &version)
 Explode a version string to an array of strings.
int qi::version::compare (const std::string &versionA, const std::string &versionB)
 Compare version numbers.
std::string qi::version::extract (const std::string &version)
 Extract version number from string.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines