omni::util::version
NAME

omni::util::version

A class of omni::util

#include <omni/util/version.hpp>
version
omni::util::version::version(unsigned int mj)
omni::util::version::~version()
inline unsigned int omni::util::version::build()
inline unsigned int omni::util::version::maj_value()
inline unsigned int omni::util::version::min_value()
inline unsigned int omni::util::version::revision()
inline const std::string omni::util::version::to_string()
inline const omni::string_t omni::util::version::to_string_t()
inline const std::wstring omni::util::version::to_wstring()
omni::util::version::operator std::string()
omni::util::version::operator std::wstring()
bool omni::util::version::operator!=(const omni::util::version& o)
omni::util::version& omni::util::version::operator=(const omni::util::version& o)
bool omni::util::version::operator==(const std::string& s)

SYNOPSIS

No synopsis found.

top

DESCRIPTION

No description found.

top

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top