MINT2
Mint
IReturnComplex.h
Go to the documentation of this file.
1
#ifndef IRETURN_COMPLEXVALUE_HH
2
#define IRETURN_COMPLEXVALUE_HH
3
// author: Jonas Rademacker (Jonas.Rademacker@bristol.ac.uk)
4
// status: Mon 9 Feb 2009 19:17:55 GMT
5
6
#include <complex>
7
8
namespace
MINT
{
9
class
IReturnComplex
{
10
protected
:
11
IReturnComplex
(){}
12
public
:
13
virtual
std::complex<double>
ComplexVal
()=0;
14
virtual
~IReturnComplex
(){};
15
};
16
17
}
//namespace MINT
18
#endif
MINT::IReturnComplex::ComplexVal
virtual std::complex< double > ComplexVal()=0
MINT::IReturnComplex
Definition:
IReturnComplex.h:9
MINT::IReturnComplex::~IReturnComplex
virtual ~IReturnComplex()
Definition:
IReturnComplex.h:14
MINT
Definition:
BasicComplex.h:7
MINT::IReturnComplex::IReturnComplex
IReturnComplex()
Definition:
IReturnComplex.h:11
Generated by
1.8.15