Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Stokhos::aligned_allocator< const T >::rebind< U > Struct Template Reference

#include <Stokhos_MemoryTraits.hpp>

Inheritance diagram for Stokhos::aligned_allocator< const T >::rebind< U >:

Public Types

typedef aligned_allocator< U > other
 
typedef aligned_allocator< U > other
 
typedef T value_type
 
typedef T * pointer
 
typedef const T * const_pointer
 
typedef 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 ()
 
 aligned_allocator (const aligned_allocator< U > &)
 
size_type max_size () const
 
pointer address (reference x) 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>
template<class U>
struct Stokhos::aligned_allocator< const T >::rebind< U >

Definition at line 217 of file Stokhos_MemoryTraits.hpp.

Member Typedef Documentation

◆ other [1/2]

template<typename T>
template<class U>
typedef aligned_allocator<U> Stokhos::aligned_allocator< const T >::rebind< U >::other

Definition at line 217 of file Stokhos_MemoryTraits.hpp.

◆ other [2/2]

typedef aligned_allocator<U> Stokhos::aligned_allocator< T >::rebind< U >::other

Definition at line 174 of file Stokhos_MemoryTraits.hpp.

◆ value_type

typedef T Stokhos::aligned_allocator< T >::value_type

Definition at line 164 of file Stokhos_MemoryTraits.hpp.

◆ pointer

typedef T* Stokhos::aligned_allocator< T >::pointer

Definition at line 165 of file Stokhos_MemoryTraits.hpp.

◆ const_pointer

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

Definition at line 166 of file Stokhos_MemoryTraits.hpp.

◆ reference

typedef T& Stokhos::aligned_allocator< T >::reference

Definition at line 167 of file Stokhos_MemoryTraits.hpp.

◆ const_reference

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

Definition at line 168 of file Stokhos_MemoryTraits.hpp.

◆ size_type

typedef size_t Stokhos::aligned_allocator< T >::size_type

Definition at line 169 of file Stokhos_MemoryTraits.hpp.

◆ difference_type

typedef std::ptrdiff_t Stokhos::aligned_allocator< T >::difference_type

Definition at line 170 of file Stokhos_MemoryTraits.hpp.

◆ Traits

typedef Stokhos::MemoryTraits< Kokkos::HostSpace > Stokhos::aligned_allocator< T >::Traits

Definition at line 172 of file Stokhos_MemoryTraits.hpp.

Member Function Documentation

◆ aligned_allocator() [1/2]

Stokhos::aligned_allocator< T >::aligned_allocator ( )
inline

Definition at line 176 of file Stokhos_MemoryTraits.hpp.

◆ aligned_allocator() [2/2]

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

Definition at line 178 of file Stokhos_MemoryTraits.hpp.

◆ max_size()

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

Definition at line 180 of file Stokhos_MemoryTraits.hpp.

◆ address() [1/2]

pointer Stokhos::aligned_allocator< T >::address ( reference x) const
inline

Definition at line 184 of file Stokhos_MemoryTraits.hpp.

◆ address() [2/2]

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

Definition at line 186 of file Stokhos_MemoryTraits.hpp.

◆ allocate()

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

Definition at line 188 of file Stokhos_MemoryTraits.hpp.

◆ deallocate()

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

Definition at line 195 of file Stokhos_MemoryTraits.hpp.

◆ construct()

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

Definition at line 197 of file Stokhos_MemoryTraits.hpp.

◆ destroy()

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

Definition at line 199 of file Stokhos_MemoryTraits.hpp.


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