iceoryx_doc  1.0.1
Public Member Functions | Static Public Attributes | List of all members
iox::roudi::FixedPositionContainer< T, Capacity > Class Template Reference

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()
 

Detailed Description

template<typename T, uint64_t Capacity>
class iox::roudi::FixedPositionContainer< T, Capacity >

workaround container until we have a fixed list with the needed functionality


The documentation for this class was generated from the following files: