This is an internal header file, included by other Containers library headers.
More...
|
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...
|
|
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.