Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Classes | Public Types | Public Member Functions | List of all members
Stokhos::aligned_allocator< const T > Class Template Reference

An aligned STL allocator. More...

#include <Stokhos_MemoryTraits.hpp>

Classes

struct  rebind
 

Public Types

typedef T value_type
 
typedef const T * pointer
 
typedef const T * const_pointer
 
typedef const T & reference
 
typedef const T & const_reference
 
typedef size_t size_type
 
typedef std::ptrdiff_t difference_type
 
typedef Stokhos::MemoryTraits< Kokkos::HostSpace > Traits
 

Public Member Functions

 aligned_allocator ()
 
template<class U >
 aligned_allocator (const aligned_allocator< U > &)
 
size_type max_size () const
 
const_pointer address (const_reference x) const
 
pointer allocate (size_type n, const void *=0)
 
void deallocate (pointer p, size_type)
 
void construct (pointer p, const_reference val)
 
void destroy (pointer p)
 

Detailed Description

template<typename T>
class Stokhos::aligned_allocator< const T >

An aligned STL allocator.

Definition at line 204 of file Stokhos_MemoryTraits.hpp.

Member Typedef Documentation

◆ value_type

template<typename T >
typedef T Stokhos::aligned_allocator< const T >::value_type

Definition at line 207 of file Stokhos_MemoryTraits.hpp.

◆ pointer

template<typename T >
typedef const T* Stokhos::aligned_allocator< const T >::pointer

Definition at line 208 of file Stokhos_MemoryTraits.hpp.

◆ const_pointer

template<typename T >
typedef const T* Stokhos::aligned_allocator< const T >::const_pointer

Definition at line 209 of file Stokhos_MemoryTraits.hpp.

◆ reference

template<typename T >
typedef const T& Stokhos::aligned_allocator< const T >::reference

Definition at line 210 of file Stokhos_MemoryTraits.hpp.

◆ const_reference

template<typename T >
typedef const T& Stokhos::aligned_allocator< const T >::const_reference

Definition at line 211 of file Stokhos_MemoryTraits.hpp.

◆ size_type

template<typename T >
typedef size_t Stokhos::aligned_allocator< const T >::size_type

Definition at line 212 of file Stokhos_MemoryTraits.hpp.

◆ difference_type

template<typename T >
typedef std::ptrdiff_t Stokhos::aligned_allocator< const T >::difference_type

Definition at line 213 of file Stokhos_MemoryTraits.hpp.

◆ Traits

template<typename T >
typedef Stokhos::MemoryTraits< Kokkos::HostSpace > Stokhos::aligned_allocator< const T >::Traits

Definition at line 215 of file Stokhos_MemoryTraits.hpp.

Constructor & Destructor Documentation

◆ aligned_allocator() [1/2]

template<typename T >
Stokhos::aligned_allocator< const T >::aligned_allocator ( )
inline

Definition at line 219 of file Stokhos_MemoryTraits.hpp.

◆ aligned_allocator() [2/2]

template<typename T >
template<class U >
Stokhos::aligned_allocator< const T >::aligned_allocator ( const aligned_allocator< U > &  )
inline

Definition at line 221 of file Stokhos_MemoryTraits.hpp.

Member Function Documentation

◆ max_size()

template<typename T >
size_type Stokhos::aligned_allocator< const T >::max_size ( ) const
inline

Definition at line 223 of file Stokhos_MemoryTraits.hpp.

◆ address()

template<typename T >
const_pointer Stokhos::aligned_allocator< const T >::address ( const_reference  x) const
inline

Definition at line 227 of file Stokhos_MemoryTraits.hpp.

◆ allocate()

template<typename T >
pointer Stokhos::aligned_allocator< const T >::allocate ( size_type  n,
const void *  = 0 
)
inline

Definition at line 229 of file Stokhos_MemoryTraits.hpp.

◆ deallocate()

template<typename T >
void Stokhos::aligned_allocator< const T >::deallocate ( pointer  p,
size_type   
)
inline

Definition at line 236 of file Stokhos_MemoryTraits.hpp.

◆ construct()

template<typename T >
void Stokhos::aligned_allocator< const T >::construct ( pointer  p,
const_reference  val 
)
inline

Definition at line 238 of file Stokhos_MemoryTraits.hpp.

◆ destroy()

template<typename T >
void Stokhos::aligned_allocator< const T >::destroy ( pointer  p)
inline

Definition at line 240 of file Stokhos_MemoryTraits.hpp.


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