iceoryx_doc
1.0.1
|
workaround container until we have a fixed list with the needed functionality More...
#include <port_pool_data.hpp>
Public Member Functions | |
bool | hasFreeSpace () |
template<typename... Targs> | |
T * | insert (Targs &&... args) |
void | erase (T *const element) |
cxx::vector< T *, Capacity > | content () |
Static Public Attributes | |
static constexpr uint64_t | FIRST_ELEMENT = std::numeric_limits<uint64_t>::max() |
workaround container until we have a fixed list with the needed functionality