#include "utility.hh"
Go to the source code of this file.
Namespaces | |
namespace | RVL |
Classes | |
class | RVL::FunctionObject |
The FunctionObject / DataContainer hiearchy follows the Acyclic Visitor design pattern (see Martin 2002 for more on this). More... | |
class | RVL::FunctionObjectConstEval |
Membership. More... | |
class | RVL::ScalarRedn< Scalar > |
Mixin class for types that store, update, and return "small" objects, meaning effectively those with usable copy semantics. More... | |
class | RVL::FunctionObjectScalarRedn< ValType > |
Function object with const eval and scalar reduction attributes. More... | |
class | RVL::DataContainer |
DataContainer is the principal RVL abstraction for types encapsulating data structures. More... | |
class | RVL::DataContainerFactory |
Factory class for DataContainers. More... |