CETL 0.0.0
 
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CA
 Cstd::bad_cast [external]
 Ccetl::detail::base_move< Pmr, Footprint, Copyable, Movable, Alignment >
 Ccetl::detail::base_move< void, Footprint, true, true, alignof(std::max_align_t) >
 Ccetl::pf17::detail::opt::base_move_assignment< T, bool >MOVE ASSIGNMENT POLICY
 Ccetl::pf17::detail::var::base_move_assignment< detail::var::types< Ts... > >
 CBases...
 Ccetl::basic_string_view< CharT, Traits >The class template basic_string_view describes an object that can refer to a constant contiguous sequence of CharT with the first element of the sequence at position zero
 Ccetl::pf17::basic_string_view< CharT, Traits >The class template basic_string_view describes an object that can refer to a constant contiguous sequence of CharT with the first element of the sequence at position zero
 Cstd::conditional_t< static_cast< bool >(A::value), A, disjunction< B... > > [external]
 Cstd::conditional_t< static_cast< bool >(A::value), conjunction< B... >, A > [external]
 Ccetl::detail::enable_copy_move_assignment< std::is_copy_constructible< T >::value &&std::is_copy_assignable< T >::value, std::is_move_constructible< T >::value &&std::is_move_assignable< T >::value >
 Ccetl::detail::enable_copy_move_construction< std::is_copy_constructible< T >::value, std::is_move_constructible< T >::value >
 Cstd::exception [external]
 Ccetl::pmr::FactoryFactory helper for creating objects with polymorphic allocators using proper RAII semantics
 Cstd::false_type [external]
 Ccetl::pmr::function< Signature, Footprint, Pmr >
 Ccetl::pmr::function< Result(Args...), Footprint, Pmr >A polymorphic function wrapper
 Ccetl::in_place_index_t< I >Implementation of std::in_place_index_t
 Ccetl::pf17::in_place_index_t< I >Implementation of std::in_place_index_t
 Ccetl::in_place_tPolyfill for std::in_place_t
 Ccetl::pf17::in_place_tPolyfill for std::in_place_t
 Ccetl::in_place_type_t< T >Implementation of std::in_place_type_t
 Ccetl::pf17::in_place_type_t< T >Implementation of std::in_place_type_t
 Ccetl::unbounded_variant< Footprint, Copyable, Movable, Alignment, Pmr >::in_place_type_t< T >Implementation similar to std::in_place_type_t or cetl::pf17::in_place_type_t
 Cstd::integral_constant< bool, !static_cast< bool >(T::value)> [external]
 Cstd::integral_constant< std::size_t, detail::find_impl< Predicate, 0, Ts... >::first_match_index > [external]
 Cstd::integral_constant< std::size_t, detail::find_impl< Predicate, 0, Ts... >::match_count > [external]
 Cstd::integral_constant< std::size_t, sizeof...(Ts)> [external]
 Ccetl::pmr::InterfaceFactoryInterface Factory helper for creating objects with polymorphic allocators using proper RAII semantics
 Ccetl::pf17::detail::adl_swap_detail::is_nothrow_swappable< T, bool >
 Ccetl::pf17::pmr::memory_resourceInterface to a class that manages memory resources
 Ccetl::pf17::pmr::deviant::memory_resource_traits< T >Used to access extensions to std::pmr::memory_resource that are only found in CETL
 Ccetl::pmr::MemoryResourceDeleter< MemoryResourceType >RAII helper for MemoryResourceType::allocate() and MemoryResourceType::deallocate()
 Ccetl::monostateImplementation of std::monostate
 Ccetl::pf17::monostateImplementation of std::monostate
 Ccetl::nullopt_tAn implementation of C++17 std::nullopt_t
 Ccetl::pf17::nullopt_tAn implementation of C++17 std::nullopt_t
 Ccetl::pmr::O1HeapAlignedStorage< StorageSizeBytes >
 Ccetl::overloaded<... >This is a helper for use with visit that uses standard overload resolution to pick the best overload among a set of lambdas given by the user
 Ccetl::overloaded< Ts... >
 Ccetl::type_traits_ext::partial< Fun, Left >Partially instantiate a template by holding the Left type arguments fixed
 Ccetl::pmr::PmrInterfaceDeleter< Interface >RAII helper for cetl::pf17::pmr::polymorphic_allocator and std::pmr::polymorphic_allocator
 Ccetl::pf17::pmr::polymorphic_allocator< T >Adheres to the std::pmr::polymorphic_allocator specification
 Ccetl::pmr::PolymorphicDeleter< PolymorphicDeallocator >RAII helper for cetl::pf17::pmr::polymorphic_allocator and std::pmr::polymorphic_allocator
 Ccetl::rttiAn alternative implementation of simple runtime type information (RTTI) capability designed for high-integrity real-time systems, where the use of the standard C++ RTTI is discouraged
 Ccetl::pf20::span< T, Extent >A borrowed view into a contiguous set of objects
 Ccetl::pf20::span< T, dynamic_extent >Specialization of span where the extent is dynamic
 CT
 Cstd::true_type [external]
 Ccetl::pmr::O1HeapAlignedStorage< StorageSizeBytes >::type
 Ccetl::pmr::UnsynchronizedBufferMemoryResourceDelegate< UpstreamMemoryResourceType >Memory resource that supports a single allocation request within a single, contiguous block of memory
 Ccetl::pmr::UnsynchronizedO1HeapMemoryResourceDelegate
 Ccetl::VariableLengthArrayBase< BaseValueType, BaseAllocatorType >
 Ccetl::VariableLengthArrayBase< T, Allocator >
 Ccetl::VariableLengthArrayBase< unsigned char, Allocator >
 Ccetl::pf17::variant_alternative< size_t, typename >Implementation of std::variant_alternative
 Ccetl::variant_alternative< size_t, typename >Implementation of std::variant_alternative
 Ccetl::pf17::variant_alternative< N, const V< Ts... > >
 Ccetl::pf17::variant_alternative< N, V< Ts... > >
 Ccetl::pf17::variant_size< typename >Implementation of std::variant_size
 Ccetl::variant_size< typename >Implementation of std::variant_size
 Ccetl::pf17::variant_size< V >