SourceXtractorPlusPlus
0.10
Please provide a description of the project.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
SEUtils
SEUtils
Types.h
Go to the documentation of this file.
1
17
/*
18
* Types.h
19
*
20
* Created on: Sep 6, 2016
21
* Author: mschefer
22
*/
23
24
#ifndef _SEUTILS_TYPES_H_
25
#define _SEUTILS_TYPES_H_
26
27
namespace
SourceXtractor {
28
29
using
SeFloat32
= float;
30
using
SeFloat64
= double;
31
32
using
SeFloat
=
SeFloat32
;
33
34
}
35
36
#endif
/* SEUTILS_SEUTILS_TYPES_H_ */
SourceXtractor::SeFloat32
float SeFloat32
Definition:
Types.h:29
SourceXtractor::SeFloat
SeFloat32 SeFloat
Definition:
Types.h:32
SourceXtractor::SeFloat64
double SeFloat64
Definition:
Types.h:30
Generated by
1.8.5