isce3
0.1.0
Main Page
Related Pages
Namespaces
Classes
Files
Python classes
Issue Tracker
File List
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
isce
cxx
isce3
version.h
1
// -*- C++ -*-
2
// -*- coding: utf-8 -*-
3
//
4
// Author: Bryan V. Riel
5
// Copyright 2017-2018
6
7
// code guard
8
#if !defined(isce_version_h)
9
#define isce_version_h
10
11
// support
12
#include <array>
13
14
// my declarations
15
namespace
isce3 {
16
// my version is an array of three integers
17
typedef
std::array<int, 3> version_t;
18
19
// access to the version number of the {pyre} library
20
version_t version();
21
}
22
23
#endif
24
25
// end of file
Generated for ISCE3.0 by
1.8.5.