STK++ 0.9.13
STK_ITContainer.h File Reference

This is an internal header file, included by other Containers library headers. More...

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

Go to the source code of this file.

Classes

class  STK::hidden::NoAssignOperator
 classes inheriting NoAssignOperator should not generate a default operator=. More...
 
class  STK::ITContainerBase< Derived >
 Interface base class for 2D containers. More...
 
class  STK::ITContainer< Derived, Arrays::array2D_ >
 Specialization for array2D_. More...
 
class  STK::ITContainer< Derived, Arrays::square_ >
 
class  STK::ITContainer< Derived, Arrays::lower_triangular_ >
 Specialization for lower_triangular_. More...
 
class  STK::ITContainer< Derived, Arrays::upper_triangular_ >
 Specialization for upper_triangular_. More...
 
class  STK::ITContainer< Derived, Arrays::symmetric_ >
 
class  STK::ITContainer< Derived, Arrays::lower_symmetric_ >
 Specialization for lower_symmetric_. More...
 
class  STK::ITContainer< Derived, Arrays::upper_symmetric_ >
 Specialization for upper_symmetric_. More...
 
class  STK::ITContainer< Derived, Arrays::diagonal_ >
 Specialization for diagonal_. More...
 
class  STK::ITContainer< Derived, Arrays::vector_ >
 Specialization for vector_. More...
 
class  STK::ITContainer< Derived, Arrays::point_ >
 Specialization for point_. More...
 
class  STK::ITContainer< Derived, Arrays::number_ >
 Specialization for number_. 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

This is an internal header file, included by other Containers library headers.

You should not attempt to use it directly but rather used one of the derived class like Array2D, except if you want to create your own Container Class.

Definition in file STK_ITContainer.h.