OpenStructure
Typedefs
base.hh File Reference
#include <cmath>
#include <math.h>
#include <complex>
#include <ost/config.hh>
#include <ost/dllexport.hh>

Go to the source code of this file.

Typedefs

typedef unsigned int uint
 
typedef unsigned char uchar
 
typedef unsigned short int ushort
 
typedef float Real
 
typedef std::complex< RealComplex
 
typedef unsigned short Word
 
typedef std::string String
 

Typedef Documentation

◆ Complex

typedef std::complex<Real> Complex

Definition at line 51 of file base.hh.

◆ Real

typedef float Real

Definition at line 44 of file base.hh.

◆ String

typedef std::string String

Definition at line 54 of file base.hh.

◆ uchar

typedef unsigned char uchar

Definition at line 33 of file base.hh.

◆ uint

typedef unsigned int uint

Definition at line 29 of file base.hh.

◆ ushort

typedef unsigned short int ushort

Definition at line 37 of file base.hh.

◆ Word

typedef unsigned short Word

Definition at line 52 of file base.hh.