![]() |
ʻOhana
Population structure, admixture history, and selection using learning methods.
|
A template for a class that displays version and build information. More...
#include <jade.version.hpp>
Public Types | |
typedef TChar | char_type |
The character type. More... | |
typedef std::basic_ostream< char_type > | ostream_type |
The output stream type. More... | |
Static Public Member Functions | |
static void | write (char_type const *const title, ostream_type &out) |
Writes the string displayed to the user. More... | |
A template for a class that displays version and build information.
Definition at line 18 of file jade.version.hpp.
typedef TChar jade::basic_version< TChar >::char_type |
The character type.
Definition at line 21 of file jade.version.hpp.
typedef std::basic_ostream<char_type> jade::basic_version< TChar >::ostream_type |
The output stream type.
Definition at line 24 of file jade.version.hpp.
|
inlinestatic |
Writes the string displayed to the user.
title | The program name. |
out | The output stream. |
Definition at line 29 of file jade.version.hpp.