vecmem 1.14.0
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Cvecmem::abstract_eventInterface that language specific "events" need to implement
 Cvecmem::edm::details::add_const< T >Technical base type for add_const<schema<VARTYPES...>>
 Cvecmem::edm::type::details::add_const< T >
 Cvecmem::edm::details::add_const< schema< VARTYPES... > >Add constness to all variable types in a schema
 Cvecmem::edm::type::details::add_const< type::jagged_vector< TYPE > >
 Cvecmem::edm::type::details::add_const< type::scalar< TYPE > >
 Cvecmem::edm::type::details::add_const< type::vector< TYPE > >
 Cvecmem::allocatorAn allocator class that wraps a memory resource
 Cvecmem::details::arena_memory_resource_implImplementation backend for vecmem::details::arena_page_memory_resource
 Cvecmem::array< T, N >Array with a fixed size, chosen during runtime
 Cvecmem::atomic< T >Class providing atomic operations for the VecMem code
 CB1
 Cvecmem::details::binary_page_memory_resource_implImplementation of vecmem::binary_page_memory_resource
 Cvecmem::edm::buffer< T >Technical base type for buffer<schema<VARTYPES...>>
 Cvecmem::edm::details::buffer_alloc< TYPE >
 Cvecmem::edm::details::buffer_alloc< type::jagged_vector< TYPE > >
 Cvecmem::edm::details::buffer_alloc< type::scalar< TYPE > >
 Cvecmem::edm::details::buffer_alloc< type::vector< TYPE > >
 Cvecmem::sycl::details::builtin_address_space< address >Helper trait for setting up an atomic reference on global or local memory
 Cvecmem::sycl::details::builtin_address_space< device_address_space::global >Specialization for global device memory
 Cvecmem::sycl::details::builtin_address_space< device_address_space::local >Specialization for local device memory
 Cvecmem::details::choice_memory_resource_implImplementation for vecmem::details::choice_memory_resource
 Cvecmem::details::coalescing_memory_resource_implImplementation for vecmem::details::coalescing_memory_resource
 Cvecmem::details::conditional_memory_resource_implImplementation for vecmem::details::conditional_memory_resource
 Cstd::conditional_t
 Cvecmem::edm::container< INTERFACE, VARIABLES >Description of a container, with all of the types needed to use it
 Cvecmem::details::contiguous_memory_resource_implImplementation of vecmem::contiguous_memory_resource
 Cvecmem::copyClass implementing (synchronous) host <-> device memory copies
 Cvecmem::sycl::details::custom_address_space< address >
 Cvecmem::sycl::details::custom_address_space< device_address_space::global >
 Cvecmem::sycl::details::custom_address_space< device_address_space::local >
 Cvecmem::sycl::custom_device_atomic_ref< T, address >Custom implementation for atomic operations in SYCL device code
 Cvecmem::edm::data< T >Technical base type for data<schema<VARTYPES...>>
 Cvecmem::edm::details::data_alloc< TYPE >
 Cvecmem::edm::details::data_alloc< type::jagged_vector< TYPE > >
 Cvecmem::edm::details::data_type< TYPE >
 Cvecmem::edm::details::data_type< type::jagged_vector< TYPE > >
 Cvecmem::details::debug_memory_resource_implImplementation for vecmem::details::debug_memory_resource
 Cvecmem::edm::device< T, I >Technical base type for device<schema<VARTYPES...>,INTERFACE>
 Cvecmem::edm::device< schema< VARTYPES... >, INTERFACE >Structure-of-Arrays device container
 Cvecmem::device_array< T, N >Class mimicking a host-filled std::array in "device code"
 Cvecmem::cuda::device_atomic_ref< T, address >Custom implementation for atomic operations in CUDA device code
 Cvecmem::edm::details::device_get< TYPE >
 Cvecmem::edm::details::device_get< type::scalar< TYPE > >
 Cvecmem::edm::details::device_size_pointer< HAS_JAGGED_VECTOR >Helper trait for setting the m_size variable of a device object
 Cvecmem::edm::details::device_size_pointer< false >Helper trait for setting the m_size variable of a device object (for a "non-jagged schema")
 Cvecmem::edm::details::device_size_pointer< true >Helper trait for setting the m_size variable of a device object (for a "jagged schema")
 Cvecmem::edm::details::device_type< TYPE >
 Cvecmem::edm::details::device_type< type::jagged_vector< TYPE > >
 Cvecmem::edm::details::device_type< type::scalar< TYPE > >
 Cvecmem::edm::details::device_type< type::vector< TYPE > >
 Cvecmem::edm::details::device_type_at< INDEX, VARTYPES >
 Cvecmem::device_vector< TYPE >Class mimicking an std::vector in "device code"
 Cvecmem::dummy_device_atomic_ref< T, address >Dummy / No-op atomic reference for unsupported devices / compilers
 Cstd::false_type
 Cvecmem::edm::details::has_jagged_vector< T >Technical base type for has_jagged_vector<schema<VARTYPES...>>
 Cvecmem::edm::details::has_jagged_vector< schema< VARTYPES... > >Check if a schema contains at least one jagged vector variable
 Cvecmem::edm::details::has_scalar< T >Technical base type for has_scalar<schema<VARTYPES...>>
 Cvecmem::edm::details::has_scalar< schema< VARTYPES... > >Check if a schema contains at least one scalar variable
 Cvecmem::edm::details::has_vector< T >Technical base type for has_vector<schema<VARTYPES...>>
 Cvecmem::edm::details::has_vector< schema< VARTYPES... > >Check if a schema contains at least one vector variable
 Cvecmem::edm::host< T, I >Technical base type for host<schema<VARTYPES...>,INTERFACE>
 Cvecmem::edm::host< schema< VARTYPES... >, INTERFACE >Structure-of-Arrays host container
 Cvecmem::edm::details::host_alloc< TYPE >
 Cvecmem::edm::details::host_alloc< type::scalar< TYPE > >
 Cvecmem::edm::details::host_type< TYPE >
 Cvecmem::edm::details::host_type< type::jagged_vector< TYPE > >
 Cvecmem::edm::details::host_type< type::scalar< TYPE > >
 Cvecmem::edm::details::host_type< type::vector< TYPE > >
 Cvecmem::edm::details::host_type_at< INDEX, VARTYPES >
 Cvecmem::cuda::stream_wrapper::impl
 Cvecmem::hip::stream_wrapper::impl
 Cvecmem::details::instrumenting_memory_resource_implImplementation for vecmem::details::instrumenting_memory_resource
 Cstd::integral_constant
 Cvecmem::edm::type::details::is_jagged_vector< T >
 Cvecmem::edm::type::details::is_jagged_vector< type::jagged_vector< TYPE > >
 Cvecmem::details::is_same_nc< CTYPE, NCTYPE >Helper trait for detecting when a type is a non-const version of another
 Cvecmem::edm::type::details::is_same_nc< TYPE1, TYPE2 >
 Cvecmem::details::is_same_nc< const TYPE, TYPE >
 Cvecmem::edm::type::details::is_same_nc< type::jagged_vector< TYPE1 >, type::jagged_vector< TYPE2 > >
 Cvecmem::edm::type::details::is_same_nc< type::scalar< TYPE1 >, type::scalar< TYPE2 > >
 Cvecmem::edm::type::details::is_same_nc< type::vector< TYPE1 >, type::vector< TYPE2 > >
 Cvecmem::edm::type::details::is_scalar< T >
 Cvecmem::edm::type::details::is_scalar< type::scalar< TYPE > >
 Cvecmem::edm::type::details::is_vector< T >
 Cvecmem::edm::type::details::is_vector< type::jagged_vector< TYPE > >
 Cvecmem::edm::type::details::is_vector< type::vector< TYPE > >
 Cvecmem::jagged_device_vector< T >A view for jagged vectors
 Cvecmem::details::jagged_device_vector_iterator< TYPE >Custom iterator for vecmem::jagged_device_vector
 Cvecmem::edm::type::jagged_vector< TYPE >2D jagged vector variable
 Cvecmem::data::jagged_vector_view< T >A view for jagged vectors
 Cvecmem::data::jagged_vector_view< TYPE >
 Cvecmem::instrumenting_memory_resource::memory_eventStructure describing a memory resource event
 Cvecmem::memory_monitorClass collecting some basic set of memory allocation statistics
 Cmemory_resource
 Cvecmem::pool_memory_resource::optionsRuntime options for vecmem::pool_memory_resource
 Cvecmem::details::binary_page_memory_resource_impl::page_refHelper class to refer to pages in superpages
 Cvecmem::details::jagged_device_vector_iterator< TYPE >::pointerHelper class for returning "pointer-like" objects from the iterator
 Cvecmem::details::pool_memory_resource_implImplementation of vecmem::pool_memory_resource
 Cvecmem::posix_device_atomic_ref< T, address >Custom implementation for atomic operations using "POSIX" built-ins
 Cvecmem::edm::proxy< T, PDOMAIN, PACCESS, PTYPE >Technical base type for proxy<schema<VARTYPES...>,PDOMAIN,PACCESS,PTYPE>
 Cvecmem::edm::proxy< schema< VARTYPES... >, PDOMAIN, PACCESS, PTYPE >Structure-of-Arrays element proxy
 Cvecmem::edm::details::proxy_data_creator< SCHEMA, PDOMAIN, PACCESS, PTYPE >Technical base class for the proxy_data_creator traits
 Cvecmem::edm::details::proxy_data_creator< schema< VARTYPE >, PDOMAIN, proxy_access::constant, proxy_type::reference >Helper class making the data tuple for a constant device proxy
 Cvecmem::edm::details::proxy_data_creator< schema< VARTYPE >, PDOMAIN, proxy_access::non_constant, proxy_type::reference >Helper class making the data tuple for a non-const device proxy
 Cvecmem::edm::details::proxy_data_creator< schema< VARTYPE, VARTYPES... >, PDOMAIN, proxy_access::constant, proxy_type::reference >Helper class making the data tuple for a constant device proxy
 Cvecmem::edm::details::proxy_data_creator< schema< VARTYPE, VARTYPES... >, PDOMAIN, proxy_access::non_constant, proxy_type::reference >Helper class making the data tuple for a non-const device proxy
 Cvecmem::edm::details::proxy_var_type< VTYPE, PDOMAIN, PACCESS, PTYPE >Technical base class for the proxy_var_type traits
 Cvecmem::edm::details::proxy_var_type< type::jagged_vector< VTYPE >, proxy_domain::device, proxy_access::constant, proxy_type::reference >Constant access to a jagged vector variable from a device container
 Cvecmem::edm::details::proxy_var_type< type::jagged_vector< VTYPE >, proxy_domain::device, proxy_access::non_constant, proxy_type::reference >Non-const access to a jagged vector variable from a device container
 Cvecmem::edm::details::proxy_var_type< type::jagged_vector< VTYPE >, proxy_domain::host, PACCESS, proxy_type::standalone >Standalone host jagged vector variable (const and non-const)
 Cvecmem::edm::details::proxy_var_type< type::jagged_vector< VTYPE >, proxy_domain::host, proxy_access::constant, proxy_type::reference >Constant access to a jagged vector variable from a host container
 Cvecmem::edm::details::proxy_var_type< type::jagged_vector< VTYPE >, proxy_domain::host, proxy_access::non_constant, proxy_type::reference >Non-const access to a jagged vector variable from a host container
 Cvecmem::edm::details::proxy_var_type< type::scalar< VTYPE >, PDOMAIN, PACCESS, proxy_type::standalone >Standalone scalar variable (both host and device, const and non-const)
 Cvecmem::edm::details::proxy_var_type< type::scalar< VTYPE >, PDOMAIN, proxy_access::constant, proxy_type::reference >Constant access to a scalar variable (both host and device)
 Cvecmem::edm::details::proxy_var_type< type::scalar< VTYPE >, PDOMAIN, proxy_access::non_constant, proxy_type::reference >Non-const access to a scalar variable (both host and device)
 Cvecmem::edm::details::proxy_var_type< type::vector< VTYPE >, PDOMAIN, PACCESS, proxy_type::standalone >Standalone vector variable (both host and device, const and non-const)
 Cvecmem::edm::details::proxy_var_type< type::vector< VTYPE >, PDOMAIN, proxy_access::constant, proxy_type::reference >Constant access to a vector variable (both host and device)
 Cvecmem::edm::details::proxy_var_type< type::vector< VTYPE >, PDOMAIN, proxy_access::non_constant, proxy_type::reference >Non-const access to a vector variable (both host and device)
 Cvecmem::edm::details::proxy_var_type_at< INDEX, PDOMAIN, PACCESS, PTYPE, VARTYPES >Proxy types for one element of a type pack
 Cvecmem::sycl::queue_wrapperWrapper class for ::sycl::queue
 Cvecmem::details::reverse_iterator< Iterator >Type mimicking std::reverse_iterator
 Cvecmem::hip::details::run_on_deviceHelper functor used for running a piece of code on a given device
 Cvecmem::edm::type::scalar< TYPE >Scalar variable, one for a whole container
 Cvecmem::edm::schema< VARTYPES >Meta type describing the "schema" of an SoA container
 Cvecmem::cuda::details::select_deviceClass with RAII mechanism for selecting a CUDA device
 Cvecmem::hip::details::select_deviceClass with RAII mechanism for selecting a HIP device
 Cvecmem::static_array< T, N >Simple statically-sized array-like class designed for use in device code
 Cvecmem::details::static_array_type< T, size >Helper type for an array with a given type and size
 Cvecmem::details::static_array_type< T, 0 >
 Cvecmem::static_vector< TYPE, MAX_SIZE >Class mimicking std::vector on top of a fixed sized array
 Cvecmem::details::static_vector_type< T, size >Helper type for an array in a static_vector with a given type and size
 Cvecmem::details::static_vector_type< char, array_max_size *value_size >
 Cvecmem::details::static_vector_type< T, 0 >
 Cvecmem::cuda::details::stream_ownerStruct responsible for managing the lifetime of a CUDA stream
 Cvecmem::hip::details::stream_ownerStruct responsible for managing the lifetime of a HIP stream
 Cvecmem::cuda::stream_wrapperWrapper class for cudaStream_t
 Cvecmem::hip::stream_wrapperWrapper class for hipStream_t
 Cvecmem::details::binary_page_memory_resource_impl::superpageContainer for superpages in our buddy allocator
 Cstd::true_type
 Cvecmem::tuple< Ts >Default tuple type
 Cvecmem::tuple< T, Ts... >Simple tuple implementation for the vecmem EDM classes
 Cvecmem::tuple< Ts... >
 Cvecmem::tuple< typename details::device_type< VARTYPES >::type... >
 Cvecmem::tuple< typename details::proxy_var_type< VARTYPES, proxy_domain, access_type, proxy_type >::type... >
 Cvecmem::tuple< typename details::view_type< VARTYPES >::type... >
 Cvecmem::tuple_element< I, T >Default/empty implementation for vecmem::tuple_element
 Cvecmem::tuple_element< I, tuple< Ts... > >Get the type of the I-th element of a tuple
 Cvecmem::details::tuple_get_impl< I >Struct used to implement vecmem::get in a C++14 style
 Cvecmem::details::tuple_get_impl< 0 >Specialization of vecmem::details::tuple_get_impl for the 0th element
 Cvecmem::copy::typeWrapper struct around the copy_type enumeration
 Cvecmem::details::static_array_type< T, 0 >::type
 Cvecmem::details::unique_alloc_deleter< T >A deleter class for trivial allocations
 Cvecmem::details::unique_obj_deleter< T >A deleter class for non-trivial objects
 Cvecmem::edm::type::vector< TYPE >1D vector variable
 Cvecmem::data::vector_view< TYPE >Class holding data about a 1 dimensional vector/array
 Cvecmem::edm::view< T >Technical base type for view<schema<VARTYPES...>>
 Cvecmem::edm::view< schema< VARTYPES... > >View of a Struct-of-Arrays container
 Cvecmem::edm::view< schema_type >
 Cvecmem::edm::details::view_type_base< TYPE >