STK++ 0.9.13
STK_VisitorSelector.h File Reference

In this file we implement the selector of the visitor and apply pattern. More...

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

Go to the source code of this file.

Classes

struct  STK::hidden::VisitorSelector< Visitor, Derived >
 visitor selector. More...
 
struct  STK::hidden::VisitorSelectorHelper< Visitor, Derived, Structure_ >
 Helper for the Visitor selector: allow to select the correct implementation to instantiate for arrays and square arrays when only one dimension (rows or columns but not both). More...
 
struct  STK::hidden::VisitorSelectorHelper< Visitor, Derived, Arrays::diagonal_ >
 specialization for the diagonal arrays More...
 
struct  STK::hidden::VisitorSelectorHelper< Visitor, Derived, Arrays::vector_ >
 specialization for the vectors More...
 
struct  STK::hidden::VisitorSelectorHelper< Visitor, Derived, Arrays::point_ >
 specialization for the row vectors More...
 
struct  STK::hidden::VisitorSelectorHelper< Visitor, Derived, Arrays::upper_triangular_ >
 specialization for the upper triangular arrays More...
 
struct  STK::hidden::VisitorSelectorHelper< Visitor, Derived, Arrays::lower_triangular_ >
 specialization for the lower triangular arrays More...
 
struct  STK::hidden::VisitorSelectorHelper< Visitor, Derived, Arrays::number_ >
 specialization for the numbers More...
 

Namespaces

namespace  STK
 The namespace STK is the main domain space of the Statistical ToolKit project.
 
namespace  STK::hidden
 The hidden namespace enclose the classes and methods which are used internally by the STK++ classes.
 

Detailed Description

In this file we implement the selector of the visitor and apply pattern.

Definition in file STK_VisitorSelector.h.