Skip to content

Commit

Permalink
iox-eclipse-iceoryx#1391 Update hoofs readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FerdinandSpitzschnueffler committed Feb 22, 2023
1 parent 95cef90 commit 19d495c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iceoryx_hoofs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ The module structure is a logical grouping. It is replicated for `concurrent` an
|`posixCall` | | Wrapper around C and POSIX function calls which performs a full error handling. Additionally, this wrapper makes sure that `EINTR` handling is performed correctly by repeating the system call. |
|`functional_interface` | | Constructs to easily add functional interfaces like `and_then` to object container. |
|`NewType<T, Policies>` | | C++11 implementation of [Haskells NewType-pattern](https://wiki.haskell.org/Newtype). |
|`StaticLifetimeGuard` | | Static instance manager which solves the singleton lifetime problem. |
|`PolymorphicHandler` | | Singleton handler with a default instance that can be changed at runtime. |

### Reporting (reporting)

Expand Down

0 comments on commit 19d495c

Please sign in to comment.