Public Member Functions | Static Public Member Functions
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]

List of all members.

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 513 of file array_no_mem_check.hpp.


Constructor & Destructor Documentation

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

Definition at line 525 of file array_no_mem_check.hpp.


Member Function Documentation

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

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 521 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 Sun Oct 5 2014 23:35:46