VisionCpp  0.0.1
Classes | Namespaces
eval_assign_partial.hpp File Reference

This file contains the specialisation of the Evaluator struct for assign when it is a root struct. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  visioncpp::internal::Evaluator< ops_category::PointOP, OutputIndex, Offset, LC, LR, ParallelCopy< LHS, RHS, Cols, Rows, OffsetColIn, OffsetRowIn, OffsetColOut, OffsetRowOut, LfType, LVL >, Loc, Params... >
 Partial specialisation of the Evaluator when the expression is an ParallelCopy expression and the ops_category is PointOP. More...
 
struct  visioncpp::internal::Evaluator< ops_category::NeighbourOP, OutputIndex, Offset, LC, LR, ParallelCopy< LHS, RHS, Cols, Rows, OffsetColIn, OffsetRowIn, OffsetColOut, OffsetRowOut, LfType, LVL >, Loc, Params... >
 Partial specialisation of the Evaluator when the expression is an ParallelCopy expression and the ops_category is NeighbourOP. More...
 
struct  visioncpp::internal::Evaluator< ops_category::GlobalNeighbourOP, OutputIndex, Offset, LC, LR, ParallelCopy< LHS, RHS, Cols, Rows, OffsetColIn, OffsetRowIn, OffsetColOut, OffsetRowOut, LfType, LVL >, Loc, Params... >
 Partial specialisation of the Evaluator when the expression is an ParallelCopy expression and the ops_category is GlobalNeighbourOP. More...
 

Namespaces

 visioncpp
 VisionCpp namespace.
 
 visioncpp::internal
 Internal implementations.
 

Detailed Description

This file contains the specialisation of the Evaluator struct for assign when it is a root struct.

Definition in file eval_assign_partial.hpp.