Chemical Data Processing Library C++ API - Version 1.1.1
|
#include <Grid.hpp>
Public Types | |
typedef G | GridType |
typedef G::ValueType | ValueType |
typedef std::conditional< std::is_const< G >::value, typename G::ConstReference, typename G::Reference >::type | Reference |
typedef G::ConstReference | ConstReference |
typedef G::SizeType | SizeType |
typedef G::DifferenceType | DifferenceType |
typedef SelfType | ClosureType |
typedef const SelfType | ConstClosureType |
Public Types inherited from CDPL::Math::GridExpression< GridReference< G > > | |
typedef GridReference< G > | ExpressionType |
Public Types inherited from CDPL::Math::Expression< GridReference< G > > | |
typedef GridReference< G > | ExpressionType |
Friends | |
void | swap (GridReference &r1, GridReference &r2) |
Additional Inherited Members | |
Protected Member Functions inherited from CDPL::Math::GridExpression< GridReference< G > > | |
GridExpression () | |
~GridExpression () | |
Protected Member Functions inherited from CDPL::Math::Expression< GridReference< G > > | |
Expression () | |
~Expression () | |
typedef G CDPL::Math::GridReference< G >::GridType |
typedef G::ValueType CDPL::Math::GridReference< G >::ValueType |
typedef std::conditional<std::is_const<G>::value, typename G::ConstReference, typename G::Reference>::type CDPL::Math::GridReference< G >::Reference |
typedef G::ConstReference CDPL::Math::GridReference< G >::ConstReference |
typedef G::SizeType CDPL::Math::GridReference< G >::SizeType |
typedef G::DifferenceType CDPL::Math::GridReference< G >::DifferenceType |
typedef SelfType CDPL::Math::GridReference< G >::ClosureType |
typedef const SelfType CDPL::Math::GridReference< G >::ConstClosureType |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |