Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
disarray< T, M, A >

Detailed Description

template<class T, class M = rheo_default_memory_model, class A = std::allocator<T>>
class rheolef::disarray< T, M, A >

see the disarray page for the full documentation

Examples
vortex_position.cc.

Definition at line 497 of file disarray.h.

+ Inheritance diagram for disarray< T, M, A >:

Public Types

typedef M memory_type
 
typedef disarray_rep< T, sequential, Arep
 
typedef rep::base::size_type size_type
 
typedef rep::base::iterator iterator
 
typedef rep::base::const_iterator const_iterator
 

Member Typedef Documentation

◆ memory_type

template<class T , class M = rheo_default_memory_model, class A = std::allocator<T>>
typedef M memory_type

Definition at line 499 of file disarray.h.

◆ rep

template<class T , class M = rheo_default_memory_model, class A = std::allocator<T>>
typedef disarray_rep<T,sequential,A> rep

Definition at line 500 of file disarray.h.

◆ size_type

template<class T , class M = rheo_default_memory_model, class A = std::allocator<T>>
typedef rep::base::size_type size_type

Definition at line 501 of file disarray.h.

◆ iterator

template<class T , class M = rheo_default_memory_model, class A = std::allocator<T>>
typedef rep::base::iterator iterator

Definition at line 502 of file disarray.h.

◆ const_iterator

template<class T , class M = rheo_default_memory_model, class A = std::allocator<T>>
typedef rep::base::const_iterator const_iterator

Definition at line 503 of file disarray.h.


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