CETL 0.0.0
 
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 NcetlThis namespace contains types specific to CETL and nested namespaces that contain types adhering to target C++ specifications
 Npf17This namespace contains C++17 polyfill (pf) types
 NpmrCETL polyfill types for the standard Polymorphic Memory Resource (PMR) namespace
 NdeviantTypes or methods that deviate from the C++17 specification
 Cbasic_monotonic_buffer_resourceAdheres to the C++17 std::pmr::monotonic_buffer_resource specification except that it does not provide default upstream constructors and therefore has no dependencies to types defined in cetl/pf17/sys/memory_resource.hpp
 CMaxAlignNewDeleteResource
 Cmemory_resource_traitsUsed to access extensions to std::pmr::memory_resource that are only found in CETL
 Cmemory_resourceInterface to a class that manages memory resources
 Cmonotonic_buffer_resource
 Cpolymorphic_allocatorAdheres to the std::pmr::polymorphic_allocator specification
 CUnsynchronizedArrayMemoryResourceImplementation of cetl::pf17::pmr::memory_resource that uses cetl::pmr::UnsynchronizedBufferMemoryResourceDelegate as the internal implementation backed by an std::array data member using array_size * sizeof(cetl::pf17::byte)s of memory
 CUnsynchronizedBufferMemoryResourceImplementation of cetl::pf17::pmr::memory_resource that uses cetl::pmr::UnsynchronizedBufferMemoryResourceDelegate as the internal implementation
 Cbad_optional_accessA polyfill for std::bad_optional_access
 Cbad_variant_accessImplementation of std::bad_variant_access
 Cbasic_string_viewThe 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
 CconjunctionImplementation of std::conjunction
 Cconjunction< A >
 Cconjunction< A, B... >
 CdisjunctionImplementation of std::disjunction
 Cdisjunction< A >
 Cdisjunction< A, B... >
 Cin_place_index_tImplementation of std::in_place_index_t
 Cin_place_tPolyfill for std::in_place_t
 Cin_place_type_tImplementation of std::in_place_type_t
 Cis_nothrow_swappableImplementation of std::is_nothrow_swappable
 Cis_swappableImplementation of std::is_swappable
 CmonostateImplementation of std::monostate
 CnegationImplementation of std::negation
 Cnullopt_tAn implementation of C++17 std::nullopt_t
 CoptionalA strict implementation of C++17 std::optional
 CvariantAn implementation of std::variant
 Cvariant_alternativeImplementation of std::variant_alternative
 Cvariant_alternative< N, const V< Ts... > >
 Cvariant_alternative< N, V< Ts... > >
 Cvariant_sizeImplementation of std::variant_size
 Cvariant_size< const V >
 Cvariant_size< V< Ts... > >
 Npf20This namespace contains C++20 polyfill (pf) types
 CspanA borrowed view into a contiguous set of objects
 Cspan< T, dynamic_extent >Specialization of span where the extent is dynamic
 NpmrCETL extensions to the standard Polymorphic Memory Resource (PMR) namespace, std::pmr
 CFactoryFactory helper for creating objects with polymorphic allocators using proper RAII semantics
 Cfunction
 Cfunction< Result(Args...), Footprint, Pmr >A polymorphic function wrapper
 CInterfaceFactoryInterface Factory helper for creating objects with polymorphic allocators using proper RAII semantics
 CMemoryResourceDeleterRAII helper for MemoryResourceType::allocate() and MemoryResourceType::deallocate()
 CO1HeapAlignedStorage
 Ctype
 CPmrInterfaceDeleterRAII helper for cetl::pf17::pmr::polymorphic_allocator and std::pmr::polymorphic_allocator
 CPolymorphicDeleterRAII helper for cetl::pf17::pmr::polymorphic_allocator and std::pmr::polymorphic_allocator
 CUnsynchronizedBufferMemoryResourceDelegateMemory resource that supports a single allocation request within a single, contiguous block of memory
 CUnsynchronizedO1HeapMemoryResourceDelegate
 Ntype_traits_ext
 CcountThe value member contains the number of types in the typelist for which Predicate<T>::value is true
 CfindThe value member contains the index of the first type T in the typelist for which Predicate<T>::value is true, or std::numeric_limits<std::size_t>::max() if no such type exists
 Cis_convertible_without_narrowingThe value is true if the following expression is well-formed:
 Cis_convertible_without_narrowing< From, To, void_t< decltype(std::array< To, 1 >{{{std::declval< From >()}}})> >
 CpartialPartially instantiate a template by holding the Left type arguments fixed
 Cuniversal_predicatevalue is true for any parameter
 Cbad_optional_accessA polyfill for std::bad_optional_access
 Cbad_unbounded_variant_accessDefines a type of object to be thrown by the get on failure
 Cbad_variant_accessImplementation of std::bad_variant_access
 Cbasic_string_viewThe 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
 CconjunctionImplementation of std::conjunction
 CdisjunctionImplementation of std::disjunction
 Cin_place_index_tImplementation of std::in_place_index_t
 Cin_place_tPolyfill for std::in_place_t
 Cin_place_type_tImplementation of std::in_place_type_t
 Cis_nothrow_swappableImplementation of std::is_nothrow_swappable
 Cis_swappableImplementation of std::is_swappable
 CmonostateImplementation of std::monostate
 CnegationImplementation of std::negation
 Cnullopt_tAn implementation of C++17 std::nullopt_t
 CoptionalA strict implementation of C++17 std::optional
 CoverloadedThis 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
 Coverloaded< T >
 Coverloaded< T, Ts... >
 CrttiAn 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
 Crtti_helperNon-polymorphic types that want to support RTTI should simply provide a _get_type_id_() method that returns cetl::type_id; there is no need for them to use this helper
 Cunbounded_variantThe class unbounded_variant describes a type-safe container for single values of unbounded_variant copy and/or move constructible type
 Cin_place_type_tImplementation similar to std::in_place_type_t or cetl::pf17::in_place_type_t
 CVariableLengthArrayMinimal, generic container for storing Cyphal variable-length arrays
 CVariableLengthArray< bool, Allocator >A memory-optimized specialization for bool storing 8 bits per byte
 Creference
 CVariableLengthArrayBase
 CvariantAn implementation of std::variant
 Cvariant_alternativeImplementation of std::variant_alternative
 Cvariant_sizeImplementation of std::variant_size