![]() |
Chemical Data Processing Library C++ API - Version 1.2.3
|
#include <Functional.hpp>
Inheritance diagram for CDPL::Math::ScalarImaginary< T >:Public Types | |
| typedef ScalarUnaryFunctor< T >::ValueType | ValueType |
| typedef ScalarUnaryFunctor< T >::ArgumentType | ArgumentType |
| typedef ScalarUnaryFunctor< T >::ResultType | ResultType |
Public Types inherited from CDPL::Math::ScalarRealUnaryFunctor< T > | |
| typedef T | ValueType |
| typedef const T & | ArgumentType |
| typedef TypeTraits< T >::RealType | ResultType |
Static Public Member Functions | |
| static ResultType | apply (ArgumentType v) |
| typedef ScalarUnaryFunctor<T>::ValueType CDPL::Math::ScalarImaginary< T >::ValueType |
| typedef ScalarUnaryFunctor<T>::ArgumentType CDPL::Math::ScalarImaginary< T >::ArgumentType |
| typedef ScalarUnaryFunctor<T>::ResultType CDPL::Math::ScalarImaginary< T >::ResultType |
|
inlinestatic |