|
cpp-terminal 1.0.0
Small C++ library for writing multiplatform terminal applications
|
#include <cstdint>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | Term |
| namespace | Term::Version |
Functions | |
| std::uint16_t | Term::Version::major () noexcept |
| Major version of cpp-terminal. | |
| std::uint16_t | Term::Version::minor () noexcept |
| Minor version of cpp-terminal. | |
| std::uint16_t | Term::Version::patch () noexcept |
| Patch version of cpp-terminal. | |
| std::string | Term::Version::string () noexcept |
| String version of cpp-terminal. | |
| std::string | Term::homepage () noexcept |
| Homepage of cpp-terminal. | |