Public Member Functions | Static Public Member Functions | List of all members
ecl::blueprints::ArrayFactory< Type, Size > Class Template Reference

BluePrint factory for the Array class. More...

#include <array_no_mem_check.hpp>

Inheritance diagram for ecl::blueprints::ArrayFactory< Type, Size >:
Inheritance graph
[legend]

Public Member Functions

virtual ~ArrayFactory ()
 

Static Public Member Functions

static ConstantArray< Type, Size > Constant (const Type &value)
 

Detailed Description

template<typename Type, size_t Size>
class ecl::blueprints::ArrayFactory< Type, Size >

BluePrint factory for the Array class.

Generates various blueprints that instantiate or configure arrays with commonly used configurations.

See also
Array.

Definition at line 59 of file array_no_mem_check.hpp.

Constructor & Destructor Documentation

◆ ~ArrayFactory()

template<typename Type , size_t Size>
virtual ecl::blueprints::ArrayFactory< Type, Size >::~ArrayFactory ( )
inlinevirtual

Definition at line 533 of file array_no_mem_check.hpp.

Member Function Documentation

◆ Constant()

template<typename Type , size_t Size>
static ConstantArray<Type,Size> ecl::blueprints::ArrayFactory< Type, Size >::Constant ( const Type &  value)
inlinestatic

Generates a blueprint for creating constant arrays. The array constructor and assignment operator handle the usage of the blueprint from there.

Parameters
value: the value to fill the array with.
Returns
ConstantArray : a blueprint for generating or configuring a constant array.

Definition at line 529 of file array_no_mem_check.hpp.


The documentation for this class was generated from the following file:


ecl_containers
Author(s): Daniel Stonier
autogenerated on Wed Mar 2 2022 00:16:34