12#ifndef ARCANE_UTILS_VERSIONINFO_H
13#define ARCANE_UTILS_VERSIONINFO_H
74 String versionAsString()
const;
79 void write(std::ostream& o)
const;
91extern "C++" ARCANE_UTILS_EXPORT std::ostream&
92operator<<(std::ostream& o,
const VersionInfo& vi);
Arcane configuration file.
Unicode character string.
int versionMajor() const
Returns the major version number.
VersionInfo()
Constructs a null version.
int versionMinor() const
Returns the minor version number.
int versionPatch() const
Returns the patch version number.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
std::ostream & operator<<(std::ostream &ostr, eItemKind item_kind)
Output operator for a stream.