OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Macros | Typedefs | Functions
base.hh File Reference
#include <string>
#include <cmath>
#include <math.h>
#include <complex>
#include <ost/config.hh>
#include <ost/dllexport.hh>

Go to the source code of this file.

Macros

#define round_function
#define rint_function

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

Functions

Real round (Real d)
Real rint (Real d)

Macro Definition Documentation

#define rint_function

Definition at line 68 of file base.hh.

#define round_function

Definition at line 58 of file base.hh.


Typedef Documentation

typedef std::complex<Real> Complex

Definition at line 52 of file base.hh.

typedef float Real

Definition at line 45 of file base.hh.

typedef std::string String

Definition at line 108 of file base.hh.

typedef unsigned char uchar

Definition at line 34 of file base.hh.

typedef unsigned int uint

Definition at line 30 of file base.hh.

typedef unsigned short int ushort

Definition at line 38 of file base.hh.

typedef unsigned short Word

Definition at line 53 of file base.hh.


Function Documentation

Real rint ( Real  d)
inline

Definition at line 70 of file base.hh.

Real round ( Real  d)
inline

Definition at line 60 of file base.hh.