CETL 0.0.0
 
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 12345]
  include
  cetl
  pf17
  sys
 memory_resource.hppExtends the cetl::pf17::pmr namespace with system memory resources
 array_memory_resource.hppDefines a memory_resource type backed by an array data member and using cetl::pf17 types
 buffer_memory_resource.hppDefines memory_resource types for that are backed by simple contiguous blocks of memory and use cetl::pf17 types
 byte.hppDefines a type compatible with C++17 std::byte
 cetlpf.hppCETL polyfill header for C++17 types
 memory_resource.hppDefines the C++17 std::pmr::memory_resource abstract type and several other types within the std::pmr namespace
 optional.hppDefines the C++17 std::optional type and several related entities
 string_view.hppDefines the C++17 std::basic_string_view type and several related entities
 type_traits.hppType traits backported from C++17
 utility.hppDefines C++17 entities from the utility header
 variant.hppDefines the C++17 std::variant type and several related entities
  pf20
 cetlpf.hppCETL polyfill header for C++20 types
 span.hppDefines a span type that is mostly compliant to ISO/IEC 14882:2020(E) but compatible with C++14 and newer
  pmr
 buffer_memory_resource_delegate.hppDefines memory_resource types specific to CETL but adhering to the C++17 std::pmr::memory_resource interface contract that are backed by simple contiguous blocks of memory
 memory.hppExtensions and utilities for types found in the standard memory header to better integrate with pmr types
 o1heap_memory_resource_delegate.hppDefines cetl::pmr::O1HeapMemoryResource which is a std::pmr::memory_resource implemented in terms of Pavel Kirienko's o1heap
 cetl.hppCETL common header
 rtti.hppAn explicit mechanism for implementing dynamic type introspection for high-integrity systems
 type_traits_ext.hppType traits extensions not found in C++ standards
 unbounded_variant.hppIncludes cetl::unbounded_variant type and non-member functions
 variable_length_array.hppIncludes cetl::VariableLengthArray type and non-member functions
 visit_helpers.hppContains helpers for building visitors for the cetl::visit invocation