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

Detailed Description

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

Definition at line 346 of file hack_array.h.

Public Types

typedef M memory_type
 
typedef std::vector< T, A >::size_type size_type
 
typedef std::vector< T, A >::iterator iterator
 
typedef std::vector< T, A >::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 348 of file hack_array.h.

◆ size_type

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

Definition at line 349 of file hack_array.h.

◆ iterator

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

Definition at line 350 of file hack_array.h.

◆ const_iterator

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

Definition at line 351 of file hack_array.h.


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