- ICEORYX_ERRORS (C macro)
- iox::algorithm::doesContainValue (C++ function)
- iox::algorithm::max (C++ function), [1], [2]
- iox::algorithm::min (C++ function), [1], [2]
- iox::algorithm::uniqueMergeSortedContainers (C++ function)
- iox::concurrent::ActiveObject (C++ class)
- iox::concurrent::ActiveObject::ActiveObject (C++ function)
- iox::concurrent::ActiveObject::addTask (C++ function)
- iox::concurrent::ActiveObject::mainLoop (C++ function)
- iox::concurrent::ActiveObject::stopRunning (C++ function)
- iox::concurrent::ActiveObject::~ActiveObject (C++ function)
- iox::concurrent::Buffer (C++ class)
- iox::concurrent::Buffer::Buffer (C++ function), [1], [2]
- iox::concurrent::Buffer::capacity (C++ function)
- iox::concurrent::Buffer::operator= (C++ function), [1]
- iox::concurrent::Buffer::operator[] (C++ function), [1]
- iox::concurrent::Buffer::ptr (C++ function), [1]
- iox::concurrent::Buffer::~Buffer (C++ function)
- iox::concurrent::CyclicIndex (C++ class)
- iox::concurrent::CyclicIndex::CyclicIndex (C++ function), [1], [2], [3]
- iox::concurrent::CyclicIndex::getCycle (C++ function)
- iox::concurrent::CyclicIndex::getIndex (C++ function)
- iox::concurrent::CyclicIndex::getValue (C++ function)
- iox::concurrent::CyclicIndex::INDEX_AT_MAX_VALUE (C++ member)
- iox::concurrent::CyclicIndex::isOneCycleBehind (C++ function)
- iox::concurrent::CyclicIndex::MAX_CYCLE (C++ member)
- iox::concurrent::CyclicIndex::MAX_INDEX (C++ member)
- iox::concurrent::CyclicIndex::MAX_VALUE (C++ member)
- iox::concurrent::CyclicIndex::next (C++ function)
- iox::concurrent::CyclicIndex::operator+ (C++ function)
- iox::concurrent::CyclicIndex::operator- (C++ function)
- iox::concurrent::CyclicIndex::operator= (C++ function), [1]
- iox::concurrent::CyclicIndex::OVERFLOW_START_INDEX (C++ member)
- iox::concurrent::CyclicIndex::value_t (C++ type)
- iox::concurrent::FiFo (C++ class)
- iox::concurrent::FiFo::capacity (C++ function)
- iox::concurrent::FiFo::empty (C++ function)
- iox::concurrent::FiFo::pop (C++ function)
- iox::concurrent::FiFo::push (C++ function)
- iox::concurrent::FiFo::size (C++ function)
- iox::concurrent::IndexQueue (C++ class)
- iox::concurrent::IndexQueue::capacity (C++ function)
- iox::concurrent::IndexQueue::ConstructEmpty (C++ member)
- iox::concurrent::IndexQueue::ConstructEmpty_t (C++ struct), [1]
- iox::concurrent::IndexQueue::ConstructFull (C++ member)
- iox::concurrent::IndexQueue::ConstructFull_t (C++ struct), [1]
- iox::concurrent::IndexQueue::empty (C++ function)
- iox::concurrent::IndexQueue::IndexQueue (C++ function), [1], [2], [3]
- iox::concurrent::IndexQueue::operator= (C++ function), [1]
- iox::concurrent::IndexQueue::pop (C++ function)
- iox::concurrent::IndexQueue::popIfFull (C++ function)
- iox::concurrent::IndexQueue::popIfSizeIsAtLeast (C++ function)
- iox::concurrent::IndexQueue::push (C++ function)
- iox::concurrent::IndexQueue::value_t (C++ type)
- iox::concurrent::IndexQueue::~IndexQueue (C++ function)
- iox::concurrent::LockFreeQueue (C++ class)
- iox::concurrent::LockFreeQueue::BufferIndex (C++ type)
- iox::concurrent::LockFreeQueue::capacity (C++ function)
- iox::concurrent::LockFreeQueue::element_t (C++ type)
- iox::concurrent::LockFreeQueue::empty (C++ function)
- iox::concurrent::LockFreeQueue::LockFreeQueue (C++ function), [1], [2]
- iox::concurrent::LockFreeQueue::m_buffer (C++ member)
- iox::concurrent::LockFreeQueue::m_freeIndices (C++ member)
- iox::concurrent::LockFreeQueue::m_size (C++ member)
- iox::concurrent::LockFreeQueue::m_usedIndices (C++ member)
- iox::concurrent::LockFreeQueue::operator= (C++ function), [1]
- iox::concurrent::LockFreeQueue::pop (C++ function)
- iox::concurrent::LockFreeQueue::push (C++ function), [1]
- iox::concurrent::LockFreeQueue::pushImpl (C++ function)
- iox::concurrent::LockFreeQueue::Queue (C++ type)
- iox::concurrent::LockFreeQueue::readBufferAt (C++ function)
- iox::concurrent::LockFreeQueue::size (C++ function)
- iox::concurrent::LockFreeQueue::tryPush (C++ function), [1]
- iox::concurrent::LockFreeQueue::writeBufferAt (C++ function)
- iox::concurrent::LockFreeQueue::~LockFreeQueue (C++ function)
- iox::concurrent::LoFFLi (C++ class)
- iox::concurrent::LoFFLi::Index_t (C++ type)
- iox::concurrent::LoFFLi::init (C++ function)
- iox::concurrent::LoFFLi::LoFFLi (C++ function)
- iox::concurrent::LoFFLi::Node (C++ struct)
- iox::concurrent::LoFFLi::Node::abaCounter (C++ member)
- iox::concurrent::LoFFLi::Node::indexToNextFreeIndex (C++ member)
- iox::concurrent::LoFFLi::pop (C++ function)
- iox::concurrent::LoFFLi::push (C++ function)
- iox::concurrent::LoFFLi::requiredIndexMemorySize (C++ function)
- iox::concurrent::PeriodicTask (C++ class)
- iox::concurrent::PeriodicTask::isActive (C++ function)
- iox::concurrent::PeriodicTask::operator= (C++ function), [1]
- iox::concurrent::PeriodicTask::PeriodicTask (C++ function), [1], [2], [3]
- iox::concurrent::PeriodicTask::start (C++ function)
- iox::concurrent::PeriodicTask::stop (C++ function)
- iox::concurrent::PeriodicTask::~PeriodicTask (C++ function)
- iox::concurrent::PeriodicTaskAutoStart (C++ member)
- iox::concurrent::PeriodicTaskAutoStart_t (C++ struct)
- iox::concurrent::PeriodicTaskManualStart (C++ member)
- iox::concurrent::PeriodicTaskManualStart_t (C++ struct)
- iox::concurrent::QueueAdapter (C++ struct)
- iox::concurrent::QueueAdapter::push (C++ function)
- iox::concurrent::QueueAdapter<T, Capacity, LockFreeQueue> (C++ struct)
- iox::concurrent::QueueAdapter<T, Capacity, LockFreeQueue>::push (C++ function)
- iox::concurrent::QueueAdapter<T, Capacity, ResizeableLockFreeQueue> (C++ struct)
- iox::concurrent::QueueAdapter<T, Capacity, ResizeableLockFreeQueue>::push (C++ function)
- iox::concurrent::ResizeableLockFreeQueue (C++ class)
- iox::concurrent::ResizeableLockFreeQueue::capacity (C++ function)
- iox::concurrent::ResizeableLockFreeQueue::element_t (C++ type)
- iox::concurrent::ResizeableLockFreeQueue::MAX_CAPACITY (C++ member)
- iox::concurrent::ResizeableLockFreeQueue::maxCapacity (C++ function)
- iox::concurrent::ResizeableLockFreeQueue::operator= (C++ function), [1]
- iox::concurrent::ResizeableLockFreeQueue::push (C++ function), [1]
- iox::concurrent::ResizeableLockFreeQueue::ResizeableLockFreeQueue (C++ function), [1], [2], [3]
- iox::concurrent::ResizeableLockFreeQueue::setCapacity (C++ function), [1]
- iox::concurrent::ResizeableLockFreeQueue::~ResizeableLockFreeQueue (C++ function)
- iox::concurrent::SoFi (C++ class)
- iox::concurrent::SoFi::capacity (C++ function)
- iox::concurrent::SoFi::empty (C++ function)
- iox::concurrent::SoFi::pop (C++ function)
- iox::concurrent::SoFi::popIf (C++ function)
- iox::concurrent::SoFi::push (C++ function)
- iox::concurrent::SoFi::setCapacity (C++ function)
- iox::concurrent::SoFi::size (C++ function)
- iox::concurrent::SoFi::SoFi (C++ function)
- iox::concurrent::TACO (C++ class)
- iox::concurrent::TACO::exchange (C++ function)
- iox::concurrent::TACO::operator= (C++ function), [1]
- iox::concurrent::TACO::store (C++ function)
- iox::concurrent::TACO::TACO (C++ function), [1], [2]
- iox::concurrent::TACO::take (C++ function)
- iox::concurrent::TACO::Transaction (C++ struct)
- iox::concurrent::TACO::Transaction::context (C++ member)
- iox::concurrent::TACO::Transaction::data (C++ member)
- iox::concurrent::TACOMode (C++ enum)
- iox::concurrent::TACOMode::AccecptDataFromSameContext (C++ enumerator)
- iox::concurrent::TACOMode::DenyDataFromSameContext (C++ enumerator)
- iox::concurrent::TriggerQueue (C++ class)
- iox::concurrent::TriggerQueue::capacity (C++ function)
- iox::concurrent::TriggerQueue::CAPACITY (C++ member)
- iox::concurrent::TriggerQueue::destroy (C++ function)
- iox::concurrent::TriggerQueue::empty (C++ function)
- iox::concurrent::TriggerQueue::pop (C++ function)
- iox::concurrent::TriggerQueue::push (C++ function)
- iox::concurrent::TriggerQueue::setCapacity (C++ function)
- iox::concurrent::TriggerQueue::size (C++ function)
- iox::concurrent::TriggerQueue::ValueType (C++ type)
- iox::cxx::add_const_conditionally (C++ struct)
- iox::cxx::add_const_conditionally::type (C++ type)
- iox::cxx::add_const_conditionally<T, const C> (C++ struct)
- iox::cxx::add_const_conditionally<T, const C>::type (C++ type)
- iox::cxx::add_const_conditionally_t (C++ type)
- iox::cxx::align (C++ function)
- iox::cxx::alignedAlloc (C++ function)
- iox::cxx::alignedFree (C++ function)
- iox::cxx::always_false_v (C++ member)
- iox::cxx::BestFittingType (C++ struct)
- iox::cxx::BestFittingType::Type_t (C++ type)
- iox::cxx::BestFittingType_t (C++ type)
- iox::cxx::byte_t (C++ type)
- iox::cxx::ConstMethodCallback (C++ class)
- iox::cxx::ConstMethodCallback::ConstMethodCallback (C++ function), [1], [2], [3]
- iox::cxx::ConstMethodCallback::ConstMethodPointer (C++ type)
- iox::cxx::ConstMethodCallback::getMethodPointer (C++ function)
- iox::cxx::ConstMethodCallback::getObjectPointer (C++ function)
- iox::cxx::ConstMethodCallback::isValid (C++ function)
- iox::cxx::ConstMethodCallback::operator bool (C++ function)
- iox::cxx::ConstMethodCallback::operator!= (C++ function)
- iox::cxx::ConstMethodCallback::operator() (C++ function)
- iox::cxx::ConstMethodCallback::operator= (C++ function), [1]
- iox::cxx::ConstMethodCallback::operator== (C++ function)
- iox::cxx::ConstMethodCallback::setCallback (C++ function)
- iox::cxx::ConstMethodCallback::~ConstMethodCallback (C++ function)
- iox::cxx::convert (C++ class)
- iox::cxx::convert::fromString (C++ function)
- iox::cxx::convert::NumberType (C++ enum)
- iox::cxx::convert::NumberType::FLOAT (C++ enumerator)
- iox::cxx::convert::NumberType::INTEGER (C++ enumerator)
- iox::cxx::convert::NumberType::UNSIGNED_INTEGER (C++ enumerator)
- iox::cxx::convert::stringIsNumber (C++ function)
- iox::cxx::convert::STRTOULL_BASE (C++ member)
- iox::cxx::convert::toString (C++ function), [1]
- iox::cxx::convertEnumToString (C++ function)
- iox::cxx::DeadlineTimer (C++ class)
- iox::cxx::DeadlineTimer::DeadlineTimer (C++ function)
- iox::cxx::DeadlineTimer::hasExpired (C++ function)
- iox::cxx::DeadlineTimer::remainingTime (C++ function)
- iox::cxx::DeadlineTimer::reset (C++ function), [1]
- iox::cxx::enumTypeAsUnderlyingType (C++ function)
- iox::cxx::error (C++ struct)
- iox::cxx::error::error (C++ function), [1], [2]
- iox::cxx::error::value (C++ member)
- iox::cxx::expected (C++ class), [1]
- iox::cxx::expected::and_then (C++ function), [1], [2], [3], [4], [5]
- iox::cxx::expected::create_error (C++ function), [1]
- iox::cxx::expected::create_value (C++ function), [1]
- iox::cxx::expected::expected (C++ function), [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12]
- iox::cxx::expected::get_error (C++ function), [1], [2], [3], [4], [5]
- iox::cxx::expected::has_error (C++ function), [1]
- iox::cxx::expected::if_empty (C++ function), [1]
- iox::cxx::expected::operator bool (C++ function), [1]
- iox::cxx::expected::operator expected<T> (C++ function), [1]
- iox::cxx::expected::operator* (C++ function), [1]
- iox::cxx::expected::operator-> (C++ function), [1]
- iox::cxx::expected::operator= (C++ function), [1], [2], [3]
- iox::cxx::expected::or_else (C++ function), [1], [2], [3]
- iox::cxx::expected::to_optional (C++ function)
- iox::cxx::expected::value (C++ function), [1], [2]
- iox::cxx::expected::value_or (C++ function), [1]
- iox::cxx::expected::~expected (C++ function), [1]
- iox::cxx::expected<void, ErrorType> (C++ class)
- iox::cxx::FileReader (C++ class)
- iox::cxx::FileReader::ErrorMode (C++ enum)
- iox::cxx::FileReader::ErrorMode::Ignore (C++ enumerator)
- iox::cxx::FileReader::ErrorMode::Inform (C++ enumerator)
- iox::cxx::FileReader::ErrorMode::Terminate (C++ enumerator)
- iox::cxx::FileReader::FileReader (C++ function), [1], [2]
- iox::cxx::FileReader::isOpen (C++ function)
- iox::cxx::FileReader::operator= (C++ function), [1]
- iox::cxx::FileReader::readLine (C++ function)
- iox::cxx::FileReader::~FileReader (C++ function)
- iox::cxx::forEach (C++ function)
- iox::cxx::forward_list (C++ class)
- iox::cxx::forward_list::before_begin (C++ function), [1]
- iox::cxx::forward_list::begin (C++ function), [1]
- iox::cxx::forward_list::capacity (C++ function)
- iox::cxx::forward_list::cbefore_begin (C++ function)
- iox::cxx::forward_list::cbegin (C++ function)
- iox::cxx::forward_list::cend (C++ function)
- iox::cxx::forward_list::clear (C++ function)
- iox::cxx::forward_list::const_iterator (C++ type)
- iox::cxx::forward_list::emplace_after (C++ function)
- iox::cxx::forward_list::emplace_front (C++ function)
- iox::cxx::forward_list::empty (C++ function)
- iox::cxx::forward_list::end (C++ function), [1]
- iox::cxx::forward_list::erase_after (C++ function)
- iox::cxx::forward_list::forward_list (C++ function), [1], [2]
- iox::cxx::forward_list::front (C++ function), [1]
- iox::cxx::forward_list::full (C++ function)
- iox::cxx::forward_list::insert_after (C++ function), [1]
- iox::cxx::forward_list::iterator (C++ type)
- iox::cxx::forward_list::IteratorBase (C++ class)
- iox::cxx::forward_list::IteratorBase::difference_type (C++ type)
- iox::cxx::forward_list::IteratorBase::iterator_category (C++ type)
- iox::cxx::forward_list::IteratorBase::IteratorBase (C++ function)
- iox::cxx::forward_list::IteratorBase::operator!= (C++ function)
- iox::cxx::forward_list::IteratorBase::operator* (C++ function)
- iox::cxx::forward_list::IteratorBase::operator++ (C++ function)
- iox::cxx::forward_list::IteratorBase::operator-> (C++ function)
- iox::cxx::forward_list::IteratorBase::operator= (C++ function)
- iox::cxx::forward_list::IteratorBase::operator== (C++ function)
- iox::cxx::forward_list::IteratorBase::pointer (C++ type)
- iox::cxx::forward_list::IteratorBase::reference (C++ type)
- iox::cxx::forward_list::IteratorBase::value_type (C++ type)
- iox::cxx::forward_list::max_size (C++ function)
- iox::cxx::forward_list::NodeLink (C++ struct)
- iox::cxx::forward_list::NodeLink::invalidElement (C++ member)
- iox::cxx::forward_list::NodeLink::nextIdx (C++ member)
- iox::cxx::forward_list::operator= (C++ function), [1]
- iox::cxx::forward_list::pop_front (C++ function)
- iox::cxx::forward_list::push_front (C++ function), [1]
- iox::cxx::forward_list::remove (C++ function)
- iox::cxx::forward_list::remove_if (C++ function)
- iox::cxx::forward_list::size (C++ function)
- iox::cxx::forward_list::size_type (C++ type)
- iox::cxx::forward_list::value_type (C++ type)
- iox::cxx::forward_list::~forward_list (C++ function)
- iox::cxx::from (C++ function)
- iox::cxx::function (C++ type)
- iox::cxx::function_ref (C++ class)
- iox::cxx::function_ref<ReturnType(ArgTypes...)> (C++ class)
- iox::cxx::function_ref<ReturnType(ArgTypes...)>::function_ref (C++ function), [1], [2], [3], [4]
- iox::cxx::function_ref<ReturnType(ArgTypes...)>::operator bool (C++ function)
- iox::cxx::function_ref<ReturnType(ArgTypes...)>::operator() (C++ function)
- iox::cxx::function_ref<ReturnType(ArgTypes...)>::operator= (C++ function), [1]
- iox::cxx::function_ref<ReturnType(ArgTypes...)>::swap (C++ function)
- iox::cxx::function_ref<ReturnType(ArgTypes...)>::~function_ref (C++ function)
- iox::cxx::FunctionalInterface (C++ type)
- iox::cxx::GenericRAII (C++ class)
- iox::cxx::GenericRAII::GenericRAII (C++ function), [1], [2], [3]
- iox::cxx::GenericRAII::operator= (C++ function), [1]
- iox::cxx::GenericRAII::~GenericRAII (C++ function)
- iox::cxx::greater_or_equal (C++ struct)
- iox::cxx::greater_or_equal::greater_or_equal (C++ function)
- iox::cxx::greater_or_equal::operator T (C++ function)
- iox::cxx::holds_alternative (C++ function)
- iox::cxx::in_place (C++ member)
- iox::cxx::in_place_index (C++ struct)
- iox::cxx::in_place_index::value (C++ member)
- iox::cxx::in_place_t (C++ struct)
- iox::cxx::in_place_type (C++ struct)
- iox::cxx::in_place_type::type (C++ type)
- iox::cxx::internal::AndThen (C++ struct)
- iox::cxx::internal::AndThen::and_then (C++ function), [1], [2], [3]
- iox::cxx::internal::AndThen::and_then_callback_t (C++ type)
- iox::cxx::internal::AndThenWithValue (C++ struct)
- iox::cxx::internal::AndThenWithValue::and_then (C++ function), [1], [2], [3]
- iox::cxx::internal::AndThenWithValue::and_then_callback_t (C++ type)
- iox::cxx::internal::AndThenWithValue::const_and_then_callback_t (C++ type)
- iox::cxx::internal::ASCII_0 (C++ member)
- iox::cxx::internal::ASCII_9 (C++ member)
- iox::cxx::internal::ASCII_A (C++ member)
- iox::cxx::internal::ASCII_CAPITAL_A (C++ member)
- iox::cxx::internal::ASCII_CAPITAL_Z (C++ member)
- iox::cxx::internal::ASCII_COLON (C++ member)
- iox::cxx::internal::ASCII_DOT (C++ member)
- iox::cxx::internal::ASCII_MINUS (C++ member)
- iox::cxx::internal::ASCII_UNDERSCORE (C++ member)
- iox::cxx::internal::ASCII_Z (C++ member)
- iox::cxx::internal::BestFittingTypeImpl (C++ struct)
- iox::cxx::internal::BestFittingTypeImpl::Type_t (C++ type)
- iox::cxx::internal::BestFittingTypeImpl<false, false, false> (C++ struct)
- iox::cxx::internal::BestFittingTypeImpl<false, false, false>::Type_t (C++ type)
- iox::cxx::internal::BestFittingTypeImpl<true, false, false> (C++ struct)
- iox::cxx::internal::BestFittingTypeImpl<true, false, false>::Type_t (C++ type)
- iox::cxx::internal::BestFittingTypeImpl<true, true, false> (C++ struct)
- iox::cxx::internal::BestFittingTypeImpl<true, true, false>::Type_t (C++ type)
- iox::cxx::internal::byte_t (C++ type)
- iox::cxx::internal::call_at_index (C++ struct), [1]
- iox::cxx::internal::call_at_index::copy (C++ function), [1]
- iox::cxx::internal::call_at_index::copyConstructor (C++ function), [1]
- iox::cxx::internal::call_at_index::destructor (C++ function), [1]
- iox::cxx::internal::call_at_index::move (C++ function), [1]
- iox::cxx::internal::call_at_index::moveConstructor (C++ function), [1]
- iox::cxx::internal::charArray (C++ type)
- iox::cxx::internal::does_contain_type (C++ struct), [1]
- iox::cxx::internal::does_contain_type::value (C++ member), [1]
- iox::cxx::internal::Expect (C++ struct)
- iox::cxx::internal::Expect::expect (C++ function)
- iox::cxx::internal::ExpectWithValue (C++ struct)
- iox::cxx::internal::ExpectWithValue::expect (C++ function), [1], [2], [3]
- iox::cxx::internal::FunctionalInterfaceImpl (C++ struct)
- iox::cxx::internal::FunctionalInterfaceImpl<Derived, ValueType, void> (C++ struct)
- iox::cxx::internal::FunctionalInterfaceImpl<Derived, void, ErrorType> (C++ struct)
- iox::cxx::internal::FunctionalInterfaceImpl<Derived, void, void> (C++ struct)
- iox::cxx::internal::GenericClass (C++ class)
- iox::cxx::internal::get_index_of_type (C++ struct)
- iox::cxx::internal::get_index_of_type::index (C++ member)
- iox::cxx::internal::get_index_of_type<N, Type, Type, Targs...> (C++ struct)
- iox::cxx::internal::get_index_of_type<N, Type, Type, Targs...>::index (C++ member)
- iox::cxx::internal::get_type_at_index (C++ struct)
- iox::cxx::internal::get_type_at_index::type (C++ type)
- iox::cxx::internal::get_type_at_index<N, N, T, Targs...> (C++ struct)
- iox::cxx::internal::get_type_at_index<N, N, T, Targs...>::type (C++ type)
- iox::cxx::internal::GetCapa (C++ struct)
- iox::cxx::internal::GetCapa::capa (C++ member)
- iox::cxx::internal::GetCapa<char[N]> (C++ struct)
- iox::cxx::internal::GetCapa<char[N]>::capa (C++ member)
- iox::cxx::internal::GetCapa<string<N>> (C++ struct)
- iox::cxx::internal::GetCapa<string<N>>::capa (C++ member)
- iox::cxx::internal::GetData (C++ struct)
- iox::cxx::internal::GetData<char[N]> (C++ struct)
- iox::cxx::internal::GetData<char[N]>::call (C++ function)
- iox::cxx::internal::GetData<std::string> (C++ struct)
- iox::cxx::internal::GetData<std::string>::call (C++ function)
- iox::cxx::internal::GetData<string<N>> (C++ struct)
- iox::cxx::internal::GetData<string<N>>::call (C++ function)
- iox::cxx::internal::GetSize (C++ struct)
- iox::cxx::internal::GetSize<char[N]> (C++ struct)
- iox::cxx::internal::GetSize<char[N]>::call (C++ function)
- iox::cxx::internal::GetSize<std::string> (C++ struct)
- iox::cxx::internal::GetSize<std::string>::call (C++ function)
- iox::cxx::internal::GetSize<string<N>> (C++ struct)
- iox::cxx::internal::GetSize<string<N>>::call (C++ function)
- iox::cxx::internal::HasGetErrorMethod (C++ struct)
- iox::cxx::internal::HasGetErrorMethod<Derived, cxx::void_t<decltype(std::declval<Derived>().get_error())>> (C++ struct)
- iox::cxx::internal::HasValueMethod (C++ struct)
- iox::cxx::internal::HasValueMethod<Derived, cxx::void_t<decltype(std::declval<Derived>().value())>> (C++ struct)
- iox::cxx::internal::is_in_place_index (C++ struct)
- iox::cxx::internal::is_in_place_index<in_place_index<N>> (C++ struct)
- iox::cxx::internal::is_in_place_type (C++ struct)
- iox::cxx::internal::is_in_place_type<in_place_type<T>> (C++ struct)
- iox::cxx::internal::IsCharArray (C++ struct)
- iox::cxx::internal::IsCharArray::value (C++ member)
- iox::cxx::internal::IsCharArray<char[N]> (C++ struct)
- iox::cxx::internal::IsCharArray<char[N]>::value (C++ member)
- iox::cxx::internal::IsCxxString (C++ struct)
- iox::cxx::internal::IsCxxString::value (C++ member)
- iox::cxx::internal::IsCxxString<string<N>> (C++ struct)
- iox::cxx::internal::IsCxxString<string<N>>::value (C++ member)
- iox::cxx::internal::IsOptional (C++ struct)
- iox::cxx::internal::OrElse (C++ struct)
- iox::cxx::internal::OrElse::or_else (C++ function), [1], [2], [3]
- iox::cxx::internal::OrElse::or_else_callback_t (C++ type)
- iox::cxx::internal::OrElseWithValue (C++ struct)
- iox::cxx::internal::OrElseWithValue::const_or_else_callback_t (C++ type)
- iox::cxx::internal::OrElseWithValue::or_else (C++ function), [1], [2], [3]
- iox::cxx::internal::OrElseWithValue::or_else_callback_t (C++ type)
- iox::cxx::internal::Require (C++ function)
- iox::cxx::internal::SumCapa (C++ struct), [1]
- iox::cxx::internal::SumCapa::value (C++ member)
- iox::cxx::internal::SumCapa<> (C++ struct)
- iox::cxx::internal::SumCapa<>::value (C++ member)
- iox::cxx::internal::ValueOr (C++ struct)
- iox::cxx::internal::ValueOr::value_or (C++ function), [1]
- iox::cxx::into (C++ function)
- iox::cxx::INVALID_VARIANT_INDEX (C++ member)
- iox::cxx::invoke_result (C++ type)
- iox::cxx::is_function_pointer (C++ struct)
- iox::cxx::is_function_pointer<ReturnType (*)(ArgTypes...)> (C++ struct)
- iox::cxx::is_invocable (C++ struct)
- iox::cxx::is_invocable::test (C++ function), [1]
- iox::cxx::is_invocable::value (C++ member)
- iox::cxx::is_invocable_r (C++ struct)
- iox::cxx::is_invocable_r::test (C++ function), [1]
- iox::cxx::is_invocable_r::value (C++ member)
- iox::cxx::isCompiledOn32BitSystem (C++ function)
- iox::cxx::isPowerOfTwo (C++ function)
- iox::cxx::isValidFileName (C++ function)
- iox::cxx::isValidFilePath (C++ function)
- iox::cxx::list (C++ class)
- iox::cxx::list::back (C++ function), [1]
- iox::cxx::list::begin (C++ function), [1]
- iox::cxx::list::capacity (C++ function)
- iox::cxx::list::cbegin (C++ function)
- iox::cxx::list::cend (C++ function)
- iox::cxx::list::clear (C++ function)
- iox::cxx::list::const_iterator (C++ type)
- iox::cxx::list::emplace (C++ function)
- iox::cxx::list::emplace_back (C++ function)
- iox::cxx::list::emplace_front (C++ function)
- iox::cxx::list::empty (C++ function)
- iox::cxx::list::end (C++ function), [1]
- iox::cxx::list::erase (C++ function)
- iox::cxx::list::front (C++ function), [1]
- iox::cxx::list::full (C++ function)
- iox::cxx::list::insert (C++ function), [1]
- iox::cxx::list::iterator (C++ type)
- iox::cxx::list::IteratorBase (C++ class)
- iox::cxx::list::IteratorBase::difference_type (C++ type)
- iox::cxx::list::IteratorBase::iterator_category (C++ type)
- iox::cxx::list::IteratorBase::IteratorBase (C++ function)
- iox::cxx::list::IteratorBase::operator!= (C++ function)
- iox::cxx::list::IteratorBase::operator* (C++ function)
- iox::cxx::list::IteratorBase::operator++ (C++ function)
- iox::cxx::list::IteratorBase::operator-- (C++ function)
- iox::cxx::list::IteratorBase::operator-> (C++ function)
- iox::cxx::list::IteratorBase::operator= (C++ function)
- iox::cxx::list::IteratorBase::operator== (C++ function)
- iox::cxx::list::IteratorBase::pointer (C++ type)
- iox::cxx::list::IteratorBase::reference (C++ type)
- iox::cxx::list::IteratorBase::value_type (C++ type)
- iox::cxx::list::list (C++ function), [1], [2]
- iox::cxx::list::max_size (C++ function)
- iox::cxx::list::NodeLink (C++ struct)
- iox::cxx::list::NodeLink::nextIdx (C++ member)
- iox::cxx::list::NodeLink::prevIdx (C++ member)
- iox::cxx::list::operator= (C++ function), [1]
- iox::cxx::list::pop_back (C++ function)
- iox::cxx::list::pop_front (C++ function)
- iox::cxx::list::push_back (C++ function), [1]
- iox::cxx::list::push_front (C++ function), [1]
- iox::cxx::list::remove (C++ function)
- iox::cxx::list::remove_if (C++ function)
- iox::cxx::list::size (C++ function)
- iox::cxx::list::size_type (C++ type)
- iox::cxx::list::value_type (C++ type)
- iox::cxx::list::~list (C++ function)
- iox::cxx::make_optional (C++ function)
- iox::cxx::makeScopedStatic (C++ function)
- iox::cxx::MethodCallback (C++ class)
- iox::cxx::MethodCallback::getMethodPointer (C++ function)
- iox::cxx::MethodCallback::getObjectPointer (C++ function)
- iox::cxx::MethodCallback::isValid (C++ function)
- iox::cxx::MethodCallback::MethodCallback (C++ function), [1], [2], [3]
- iox::cxx::MethodCallback::MethodPointer (C++ type)
- iox::cxx::MethodCallback::operator bool (C++ function)
- iox::cxx::MethodCallback::operator!= (C++ function)
- iox::cxx::MethodCallback::operator() (C++ function)
- iox::cxx::MethodCallback::operator= (C++ function), [1]
- iox::cxx::MethodCallback::operator== (C++ function)
- iox::cxx::MethodCallback::setCallback (C++ function)
- iox::cxx::MethodCallback::~MethodCallback (C++ function)
- iox::cxx::MethodCallbackError (C++ enum)
- iox::cxx::MethodCallbackError::UNINITIALIZED_CALLBACK (C++ enumerator)
- iox::cxx::NewType (C++ class)
- iox::cxx::newtype::AssignByValueCopy (C++ struct)
- iox::cxx::newtype::AssignByValueMove (C++ struct)
- iox::cxx::newtype::Comparable (C++ struct)
- iox::cxx::newtype::Comparable::operator!= (C++ function)
- iox::cxx::newtype::Comparable::operator== (C++ function)
- iox::cxx::newtype::ConstructByValueCopy (C++ struct)
- iox::cxx::newtype::Convertable (C++ struct)
- iox::cxx::newtype::CopyAssignable (C++ struct)
- iox::cxx::newtype::CopyConstructable (C++ struct)
- iox::cxx::newtype::DefaultConstructable (C++ struct)
- iox::cxx::newtype::internal::newTypeAccessor (C++ function)
- iox::cxx::newtype::internal::ProtectedConstructor (C++ member)
- iox::cxx::newtype::internal::ProtectedConstructor_t (C++ struct)
- iox::cxx::newtype::MoveAssignable (C++ struct)
- iox::cxx::newtype::MoveConstructable (C++ struct)
- iox::cxx::NewType::NewType (C++ function), [1], [2], [3], [4]
- iox::cxx::NewType::newtype::internal::newTypeAccessor (C++ function)
- iox::cxx::NewType::operator T (C++ function)
- iox::cxx::NewType::operator= (C++ function), [1], [2], [3]
- iox::cxx::newtype::ProtectedConstructByValueCopy (C++ struct)
- iox::cxx::newtype::Sortable (C++ struct)
- iox::cxx::newtype::Sortable::operator< (C++ function)
- iox::cxx::newtype::Sortable::operator<= (C++ function)
- iox::cxx::newtype::Sortable::operator> (C++ function)
- iox::cxx::newtype::Sortable::operator>= (C++ function)
- iox::cxx::NewType::ThisType (C++ type)
- iox::cxx::NewType::value_type (C++ type)
- iox::cxx::not_null (C++ struct)
- iox::cxx::not_null::not_null (C++ function)
- iox::cxx::not_null::operator T (C++ function)
- iox::cxx::nullopt (C++ member)
- iox::cxx::nullopt_t (C++ struct)
- iox::cxx::ObjectPool (C++ class)
- iox::cxx::ObjectPool::add (C++ function)
- iox::cxx::ObjectPool::allocate (C++ function)
- iox::cxx::ObjectPool::begin (C++ function)
- iox::cxx::ObjectPool::capacity (C++ function)
- iox::cxx::ObjectPool::CellInfo (C++ struct)
- iox::cxx::ObjectPool::CellInfo::data (C++ member)
- iox::cxx::ObjectPool::CellInfo::isValid (C++ member)
- iox::cxx::ObjectPool::CellInfo::wasConstructed (C++ member)
- iox::cxx::ObjectPool::construct (C++ function), [1]
- iox::cxx::ObjectPool::create (C++ function), [1]
- iox::cxx::ObjectPool::end (C++ function)
- iox::cxx::ObjectPool::free (C++ function), [1]
- iox::cxx::ObjectPool::get (C++ function), [1]
- iox::cxx::ObjectPool::getFirstPtr (C++ function)
- iox::cxx::ObjectPool::getLastPtr (C++ function)
- iox::cxx::ObjectPool::Index_t (C++ type)
- iox::cxx::ObjectPool::indexToPointer (C++ function)
- iox::cxx::ObjectPool::insert (C++ function)
- iox::cxx::ObjectPool::Iterator (C++ class), [1]
- iox::cxx::ObjectPool::iterator (C++ function), [1]
- iox::cxx::ObjectPool::Iterator::Iterator (C++ function), [1]
- iox::cxx::ObjectPool::Iterator::operator!= (C++ function), [1]
- iox::cxx::ObjectPool::Iterator::operator* (C++ function), [1]
- iox::cxx::ObjectPool::Iterator::operator++ (C++ function), [1], [2], [3]
- iox::cxx::ObjectPool::Iterator::operator-> (C++ function), [1]
- iox::cxx::ObjectPool::Iterator::operator== (C++ function), [1]
- iox::cxx::ObjectPool::nextFree (C++ function)
- iox::cxx::ObjectPool::NO_INDEX (C++ member)
- iox::cxx::ObjectPool::ObjectPool (C++ function)
- iox::cxx::ObjectPool::operator[] (C++ function)
- iox::cxx::ObjectPool::pointerToIndex (C++ function)
- iox::cxx::ObjectPool::remove (C++ function)
- iox::cxx::ObjectPool::reserve (C++ function)
- iox::cxx::ObjectPool::size (C++ function)
- iox::cxx::ObjectPool::~ObjectPool (C++ function)
- iox::cxx::operator!= (C++ function), [1], [2]
- iox::cxx::operator& (C++ function)
- iox::cxx::operator&= (C++ function)
- iox::cxx::operator<< (C++ function), [1]
- iox::cxx::operator== (C++ function), [1], [2]
- iox::cxx::operator^ (C++ function)
- iox::cxx::operator^= (C++ function)
- iox::cxx::operator| (C++ function)
- iox::cxx::operator|= (C++ function)
- iox::cxx::operator~ (C++ function)
- iox::cxx::optional (C++ class)
- iox::cxx::optional::and_then (C++ function), [1]
- iox::cxx::optional::emplace (C++ function)
- iox::cxx::optional::has_value (C++ function)
- iox::cxx::optional::operator bool (C++ function)
- iox::cxx::optional::operator!= (C++ function), [1]
- iox::cxx::optional::operator* (C++ function), [1]
- iox::cxx::optional::operator-> (C++ function), [1]
- iox::cxx::optional::operator= (C++ function), [1], [2]
- iox::cxx::optional::operator== (C++ function), [1]
- iox::cxx::optional::optional (C++ function), [1], [2], [3], [4], [5], [6]
- iox::cxx::optional::or_else (C++ function), [1]
- iox::cxx::optional::reset (C++ function)
- iox::cxx::optional::type (C++ type)
- iox::cxx::optional::value (C++ function), [1], [2], [3]
- iox::cxx::optional::value_or (C++ function)
- iox::cxx::optional::~optional (C++ function)
- iox::cxx::pair (C++ struct)
- iox::cxx::pair::first (C++ member)
- iox::cxx::pair::first_type (C++ type)
- iox::cxx::pair::second (C++ member)
- iox::cxx::pair::second_type (C++ type)
- iox::cxx::perms (C++ enum)
- iox::cxx::perms::all (C++ enumerator)
- iox::cxx::perms::group_all (C++ enumerator)
- iox::cxx::perms::group_exec (C++ enumerator)
- iox::cxx::perms::group_read (C++ enumerator)
- iox::cxx::perms::group_write (C++ enumerator)
- iox::cxx::perms::mask (C++ enumerator)
- iox::cxx::perms::none (C++ enumerator)
- iox::cxx::perms::others_all (C++ enumerator)
- iox::cxx::perms::others_exec (C++ enumerator)
- iox::cxx::perms::others_read (C++ enumerator)
- iox::cxx::perms::others_write (C++ enumerator)
- iox::cxx::perms::owner_all (C++ enumerator)
- iox::cxx::perms::owner_exec (C++ enumerator)
- iox::cxx::perms::owner_read (C++ enumerator)
- iox::cxx::perms::owner_write (C++ enumerator)
- iox::cxx::perms::set_gid (C++ enumerator)
- iox::cxx::perms::set_uid (C++ enumerator)
- iox::cxx::perms::sticky_bit (C++ enumerator)
- iox::cxx::perms::unknown (C++ enumerator)
- iox::cxx::PoorMansHeap (C++ class)
- iox::cxx::PoorMansHeap::deleteInstance (C++ function)
- iox::cxx::PoorMansHeap::hasInstance (C++ function)
- iox::cxx::PoorMansHeap::newInstance (C++ function)
- iox::cxx::PoorMansHeap::operator* (C++ function)
- iox::cxx::PoorMansHeap::operator-> (C++ function)
- iox::cxx::PoorMansHeap::operator= (C++ function), [1]
- iox::cxx::PoorMansHeap::PoorMansHeap (C++ function), [1], [2], [3]
- iox::cxx::PoorMansHeap::~PoorMansHeap (C++ function)
- iox::cxx::PoorMansHeapType (C++ class)
- iox::cxx::range (C++ struct)
- iox::cxx::range::operator T (C++ function)
- iox::cxx::range::range (C++ function)
- iox::cxx::ReferenceCounter (C++ class)
- iox::cxx::ReferenceCounter::getValue (C++ function)
- iox::cxx::ReferenceCounter::operator= (C++ function), [1]
- iox::cxx::ReferenceCounter::ReferenceCounter (C++ function), [1], [2]
- iox::cxx::ReferenceCounter::~ReferenceCounter (C++ function)
- iox::cxx::Serialization (C++ class)
- iox::cxx::Serialization::create (C++ function)
- iox::cxx::Serialization::Error (C++ enum)
- iox::cxx::Serialization::Error::DESERIALIZATION_FAILED (C++ enumerator)
- iox::cxx::Serialization::extract (C++ function)
- iox::cxx::Serialization::getNth (C++ function)
- iox::cxx::Serialization::operator std::string (C++ function)
- iox::cxx::Serialization::Serialization (C++ function)
- iox::cxx::Serialization::toString (C++ function)
- iox::cxx::set::add (C++ function)
- iox::cxx::set::hasElement (C++ function)
- iox::cxx::set::remove (C++ function)
- iox::cxx::set::unify (C++ function)
- iox::cxx::signature (C++ type)
- iox::cxx::stack (C++ class)
- iox::cxx::stack::capacity (C++ function)
- iox::cxx::stack::pop (C++ function)
- iox::cxx::stack::push (C++ function)
- iox::cxx::stack::size (C++ function)
- iox::cxx::static_storage (C++ class)
- iox::cxx::static_storage::allocate (C++ function), [1]
- iox::cxx::static_storage::allocation_size (C++ function)
- iox::cxx::static_storage::capacity (C++ function)
- iox::cxx::static_storage::clear (C++ function)
- iox::cxx::static_storage::deallocate (C++ function)
- iox::cxx::static_storage::is_allocatable (C++ function)
- iox::cxx::static_storage::operator= (C++ function), [1]
- iox::cxx::static_storage::static_storage (C++ function), [1], [2]
- iox::cxx::static_storage::~static_storage (C++ function)
- iox::cxx::storable_function (C++ class)
- iox::cxx::storable_function<StorageType, signature<ReturnType, Args...>> (C++ class)
- iox::cxx::storable_function<StorageType, signature<ReturnType, Args...>>::is_storable (C++ function)
- iox::cxx::storable_function<StorageType, signature<ReturnType, Args...>>::operations (C++ struct)
- iox::cxx::storable_function<StorageType, signature<ReturnType, Args...>>::operations::copy (C++ function)
- iox::cxx::storable_function<StorageType, signature<ReturnType, Args...>>::operations::copyFunction (C++ member)
- iox::cxx::storable_function<StorageType, signature<ReturnType, Args...>>::operations::destroy (C++ function)
- iox::cxx::storable_function<StorageType, signature<ReturnType, Args...>>::operations::destroyFunction (C++ member)
- iox::cxx::storable_function<StorageType, signature<ReturnType, Args...>>::operations::move (C++ function)
- iox::cxx::storable_function<StorageType, signature<ReturnType, Args...>>::operations::moveFunction (C++ member)
- iox::cxx::storable_function<StorageType, signature<ReturnType, Args...>>::operations::operations (C++ function), [1], [2]
- iox::cxx::storable_function<StorageType, signature<ReturnType, Args...>>::operations::operator= (C++ function), [1]
- iox::cxx::storable_function<StorageType, signature<ReturnType, Args...>>::operator bool (C++ function)
- iox::cxx::storable_function<StorageType, signature<ReturnType, Args...>>::operator() (C++ function)
- iox::cxx::storable_function<StorageType, signature<ReturnType, Args...>>::operator= (C++ function), [1]
- iox::cxx::storable_function<StorageType, signature<ReturnType, Args...>>::required_storage_size (C++ function)
- iox::cxx::storable_function<StorageType, signature<ReturnType, Args...>>::signature_t (C++ type)
- iox::cxx::storable_function<StorageType, signature<ReturnType, Args...>>::storable_function (C++ function), [1], [2], [3], [4], [5], [6]
- iox::cxx::storable_function<StorageType, signature<ReturnType, Args...>>::swap (C++ function)
- iox::cxx::storable_function<StorageType, signature<ReturnType, Args...>>::~storable_function (C++ function)
- iox::cxx::string (C++ class)
- iox::cxx::string::append (C++ function)
- iox::cxx::string::assign (C++ function), [1]
- iox::cxx::string::c_str (C++ function)
- iox::cxx::string::capacity (C++ function)
- iox::cxx::string::compare (C++ function)
- iox::cxx::string::concatenate (C++ function)
- iox::cxx::string::empty (C++ function)
- iox::cxx::string::find (C++ function)
- iox::cxx::string::find_first_of (C++ function)
- iox::cxx::string::find_last_of (C++ function)
- iox::cxx::string::operator std::string (C++ function)
- iox::cxx::string::operator!= (C++ function), [1]
- iox::cxx::string::operator+= (C++ function)
- iox::cxx::string::operator< (C++ function)
- iox::cxx::string::operator<= (C++ function)
- iox::cxx::string::operator= (C++ function), [1], [2], [3], [4]
- iox::cxx::string::operator== (C++ function), [1]
- iox::cxx::string::operator> (C++ function)
- iox::cxx::string::operator>= (C++ function)
- iox::cxx::string::size (C++ function)
- iox::cxx::string::string (C++ function), [1], [2], [3], [4], [5], [6], [7], [8]
- iox::cxx::string::substr (C++ function), [1]
- iox::cxx::string::unsafe_append (C++ function)
- iox::cxx::string::unsafe_assign (C++ function), [1]
- iox::cxx::success (C++ struct)
- iox::cxx::success::success (C++ function), [1], [2]
- iox::cxx::success::value (C++ member)
- iox::cxx::success<void> (C++ struct)
- iox::cxx::swap (C++ function)
- iox::cxx::TruncateToCapacity (C++ member)
- iox::cxx::TruncateToCapacity_t (C++ struct)
- iox::cxx::TruncateToCapacity_t::TruncateToCapacity_t (C++ function)
- iox::cxx::unique_ptr (C++ class)
- iox::cxx::unique_ptr::get (C++ function), [1]
- iox::cxx::unique_ptr::operator bool (C++ function)
- iox::cxx::unique_ptr::operator-> (C++ function), [1]
- iox::cxx::unique_ptr::operator= (C++ function), [1], [2]
- iox::cxx::unique_ptr::release (C++ function)
- iox::cxx::unique_ptr::reset (C++ function)
- iox::cxx::unique_ptr::swap (C++ function)
- iox::cxx::unique_ptr::unique_ptr (C++ function), [1], [2], [3], [4]
|
- iox::cxx::unique_ptr::~unique_ptr (C++ function)
- iox::cxx::UniqueId (C++ class)
- iox::cxx::UniqueId::UniqueId (C++ function)
- iox::cxx::variant (C++ class)
- iox::cxx::variant::emplace (C++ function)
- iox::cxx::variant::emplace_at_index (C++ function)
- iox::cxx::variant::get (C++ function), [1]
- iox::cxx::variant::get_at_index (C++ function), [1]
- iox::cxx::variant::get_if (C++ function), [1]
- iox::cxx::variant::index (C++ function)
- iox::cxx::variant::operator= (C++ function), [1], [2]
- iox::cxx::variant::variant (C++ function), [1], [2], [3], [4], [5]
- iox::cxx::variant::~variant (C++ function)
- iox::cxx::VariantQueue (C++ class)
- iox::cxx::VariantQueue::capacity (C++ function)
- iox::cxx::VariantQueue::empty (C++ function)
- iox::cxx::VariantQueue::fifo_t (C++ type)
- iox::cxx::VariantQueue::getUnderlyingFiFo (C++ function)
- iox::cxx::VariantQueue::pop (C++ function)
- iox::cxx::VariantQueue::push (C++ function)
- iox::cxx::VariantQueue::setCapacity (C++ function)
- iox::cxx::VariantQueue::size (C++ function)
- iox::cxx::VariantQueue::VariantQueue (C++ function)
- iox::cxx::VariantQueueTypes (C++ enum)
- iox::cxx::VariantQueueTypes::FiFo_MultiProducerSingleConsumer (C++ enumerator)
- iox::cxx::VariantQueueTypes::FiFo_SingleProducerSingleConsumer (C++ enumerator)
- iox::cxx::VariantQueueTypes::SoFi_MultiProducerSingleConsumer (C++ enumerator)
- iox::cxx::VariantQueueTypes::SoFi_SingleProducerSingleConsumer (C++ enumerator)
- iox::cxx::vector (C++ class)
- iox::cxx::vector::at (C++ function), [1]
- iox::cxx::vector::back (C++ function), [1]
- iox::cxx::vector::begin (C++ function), [1]
- iox::cxx::vector::capacity (C++ function)
- iox::cxx::vector::clear (C++ function)
- iox::cxx::vector::const_iterator (C++ type)
- iox::cxx::vector::data (C++ function), [1]
- iox::cxx::vector::emplace (C++ function)
- iox::cxx::vector::emplace_back (C++ function)
- iox::cxx::vector::empty (C++ function)
- iox::cxx::vector::end (C++ function), [1]
- iox::cxx::vector::erase (C++ function)
- iox::cxx::vector::front (C++ function), [1]
- iox::cxx::vector::iterator (C++ type)
- iox::cxx::vector::operator= (C++ function), [1]
- iox::cxx::vector::operator[] (C++ function), [1]
- iox::cxx::vector::pop_back (C++ function)
- iox::cxx::vector::push_back (C++ function), [1]
- iox::cxx::vector::resize (C++ function)
- iox::cxx::vector::size (C++ function)
- iox::cxx::vector::value_type (C++ type)
- iox::cxx::vector::vector (C++ function), [1], [2], [3], [4]
- iox::cxx::vector::~vector (C++ function)
- iox::cxx::void_t (C++ type)
- iox::Error (C++ enum)
- iox::ErrorHandler (C++ class)
- iox::errorHandler (C++ function)
- iox::ErrorHandler::reactOnErrorLevel (C++ function)
- iox::ErrorHandler::setTemporaryErrorHandler (C++ function)
- iox::ErrorHandler::toString (C++ function)
- iox::ErrorLevel (C++ enum)
- iox::ErrorLevel::FATAL (C++ enumerator)
- iox::ErrorLevel::MODERATE (C++ enumerator)
- iox::ErrorLevel::SEVERE (C++ enumerator)
- iox::HandlerFunction (C++ type)
- iox::IpcChannelName_t (C++ type)
- iox::log::BinFormat (C++ function), [1], [2], [3], [4], [5], [6], [7]
- iox::log::createLogger (C++ function)
- iox::log::ffbb::ComponentLogger (C++ function)
- iox::log::ffbb::LogDebug (C++ function)
- iox::log::ffbb::LogError (C++ function)
- iox::log::ffbb::LogFatal (C++ function)
- iox::log::ffbb::LogInfo (C++ function)
- iox::log::ffbb::LogVerbose (C++ function)
- iox::log::ffbb::LogWarn (C++ function)
- iox::log::HexFormat (C++ function), [1], [2], [3], [4], [5], [6], [7]
- iox::log::LogBin (C++ struct)
- iox::log::LogBin16 (C++ struct)
- iox::log::LogBin16::LogBin16 (C++ function)
- iox::log::LogBin16::value (C++ member)
- iox::log::LogBin32 (C++ struct)
- iox::log::LogBin32::LogBin32 (C++ function)
- iox::log::LogBin32::value (C++ member)
- iox::log::LogBin64 (C++ struct)
- iox::log::LogBin64::LogBin64 (C++ function)
- iox::log::LogBin64::value (C++ member)
- iox::log::LogBin8 (C++ struct)
- iox::log::LogBin8::LogBin8 (C++ function)
- iox::log::LogBin8::value (C++ member)
- iox::log::LogEntry (C++ struct)
- iox::log::LogEntry::level (C++ member)
- iox::log::LogEntry::message (C++ member)
- iox::log::LogEntry::time (C++ member)
- iox::log::Logger (C++ class)
- iox::log::Logger::GetLogLevel (C++ function)
- iox::log::Logger::IsEnabled (C++ function)
- iox::log::Logger::Log (C++ function)
- iox::log::Logger::LogDebug (C++ function)
- iox::log::Logger::LogError (C++ function)
- iox::log::Logger::LogFatal (C++ function)
- iox::log::Logger::Logger (C++ function), [1], [2]
- iox::log::Logger::LogInfo (C++ function)
- iox::log::Logger::LogVerbose (C++ function)
- iox::log::Logger::LogWarn (C++ function)
- iox::log::Logger::operator= (C++ function), [1]
- iox::log::Logger::SetLogLevel (C++ function)
- iox::log::Logger::SetLogLevelForScope (C++ function)
- iox::log::Logger::SetLogMode (C++ function)
- iox::log::LogHex (C++ struct)
- iox::log::LogHex16 (C++ struct)
- iox::log::LogHex16::LogHex16 (C++ function)
- iox::log::LogHex16::value (C++ member)
- iox::log::LogHex32 (C++ struct)
- iox::log::LogHex32::LogHex32 (C++ function)
- iox::log::LogHex32::value (C++ member)
- iox::log::LogHex64 (C++ struct)
- iox::log::LogHex64::LogHex64 (C++ function)
- iox::log::LogHex64::value (C++ member)
- iox::log::LogHex8 (C++ struct)
- iox::log::LogHex8::LogHex8 (C++ function)
- iox::log::LogHex8::value (C++ member)
- iox::log::LogLevel (C++ enum)
- iox::log::LogLevel::kDebug (C++ enumerator)
- iox::log::LogLevel::kError (C++ enumerator)
- iox::log::LogLevel::kFatal (C++ enumerator)
- iox::log::LogLevel::kInfo (C++ enumerator)
- iox::log::LogLevel::kOff (C++ enumerator)
- iox::log::LogLevel::kVerbose (C++ enumerator)
- iox::log::LogLevel::kWarn (C++ enumerator)
- iox::log::LogLevelColor (C++ member)
- iox::log::LogLevelOutput (C++ enum)
- iox::log::LogLevelOutput::kDisplayLogLevel (C++ enumerator)
- iox::log::LogLevelOutput::kHideLogLevel (C++ enumerator)
- iox::log::LogLevelText (C++ member)
- iox::log::LogManager (C++ class)
- iox::log::LogManager::CreateLogContext (C++ function)
- iox::log::LogManager::DefaultLogLevel (C++ function)
- iox::log::LogManager::DefaultLogMode (C++ function)
- iox::log::LogManager::GetLogManager (C++ function)
- iox::log::LogManager::LogManager (C++ function), [1], [2]
- iox::log::LogManager::operator= (C++ function), [1]
- iox::log::LogManager::SetDefaultLogLevel (C++ function)
- iox::log::LogManager::SetDefaultLogMode (C++ function)
- iox::log::LogManager::~LogManager (C++ function)
- iox::log::LogMode (C++ enum)
- iox::log::LogMode::kConsole (C++ enumerator)
- iox::log::LogMode::kFile (C++ enumerator)
- iox::log::LogMode::kRemote (C++ enumerator)
- iox::log::LogRawBuffer (C++ struct)
- iox::log::LogRawBuffer::data (C++ member)
- iox::log::LogRawBuffer::size (C++ member)
- iox::log::LogStream (C++ class)
- iox::log::LogStream::Flush (C++ function)
- iox::log::LogStream::LogStream (C++ function)
- iox::log::LogStream::operator<< (C++ function), [1], [2], [3], [4], [5]
- iox::log::LogStream::~LogStream (C++ function)
- iox::log::operator& (C++ function)
- iox::log::operator&= (C++ function)
- iox::log::operator<< (C++ function)
- iox::log::operator| (C++ function)
- iox::log::operator|= (C++ function)
- iox::log::RawBuffer (C++ function)
- iox::MAX_IPC_CHANNEL_NAME_LENGTH (C++ member)
- iox::operator<< (C++ function)
- iox::posix::ACCESS_MODE_STRING (C++ member)
- iox::posix::AccessController (C++ class)
- iox::posix::AccessController::AccessControllerError (C++ enum)
- iox::posix::AccessController::AccessControllerError::COULD_NOT_ALLOCATE_NEW_ACL (C++ enumerator)
- iox::posix::AccessController::addPermissionEntry (C++ function), [1]
- iox::posix::AccessController::Category (C++ enum)
- iox::posix::AccessController::Category::GROUP (C++ enumerator)
- iox::posix::AccessController::Category::OTHERS (C++ enumerator)
- iox::posix::AccessController::Category::SPECIFIC_GROUP (C++ enumerator)
- iox::posix::AccessController::Category::SPECIFIC_USER (C++ enumerator)
- iox::posix::AccessController::Category::USER (C++ enumerator)
- iox::posix::AccessController::MaxNumOfPermissions (C++ member)
- iox::posix::AccessController::Permission (C++ enum)
- iox::posix::AccessController::Permission::NONE (C++ enumerator)
- iox::posix::AccessController::Permission::READ (C++ enumerator)
- iox::posix::AccessController::Permission::READWRITE (C++ enumerator)
- iox::posix::AccessController::Permission::WRITE (C++ enumerator)
- iox::posix::AccessController::PermissionEntry (C++ struct)
- iox::posix::AccessController::PermissionEntry::m_category (C++ member)
- iox::posix::AccessController::PermissionEntry::m_id (C++ member)
- iox::posix::AccessController::PermissionEntry::m_permission (C++ member)
- iox::posix::AccessController::string_t (C++ type)
- iox::posix::AccessController::writePermissionsToFile (C++ function)
- iox::posix::AccessMode (C++ enum)
- iox::posix::AccessMode::READ_ONLY (C++ enumerator)
- iox::posix::AccessMode::READ_WRITE (C++ enumerator)
- iox::posix::Allocator (C++ class)
- iox::posix::Allocator::allocate (C++ function)
- iox::posix::Allocator::Allocator (C++ function), [1], [2]
- iox::posix::Allocator::finalizeAllocation (C++ function)
- iox::posix::Allocator::MEMORY_ALIGNMENT (C++ member)
- iox::posix::Allocator::operator= (C++ function), [1]
- iox::posix::Allocator::~Allocator (C++ function)
- iox::posix::byte_t (C++ type)
- iox::posix::CreateNamedSemaphore (C++ member)
- iox::posix::CreateNamedSemaphore_t (C++ struct)
- iox::posix::CreateUnnamedSharedMemorySemaphore (C++ member)
- iox::posix::CreateUnnamedSharedMemorySemaphore_t (C++ struct)
- iox::posix::CreateUnnamedSingleProcessSemaphore (C++ member)
- iox::posix::CreateUnnamedSingleProcessSemaphore_t (C++ struct)
- iox::posix::FileLock (C++ class)
- iox::posix::FileLock::ERROR_CODE (C++ member)
- iox::posix::FileLock::FileLock (C++ function), [1]
- iox::posix::FileLock::FILENAME_LENGTH (C++ member)
- iox::posix::FileLock::FileName_t (C++ type)
- iox::posix::FileLock::INVALID_FD (C++ member)
- iox::posix::FileLock::LOCK_FILE_SUFFIX (C++ member)
- iox::posix::FileLock::operator= (C++ function), [1]
- iox::posix::FileLock::PathName_t (C++ type)
- iox::posix::FileLock::~FileLock (C++ function)
- iox::posix::FileLockError (C++ enum)
- iox::posix::FileLockError::ACCESS_DENIED (C++ enumerator)
- iox::posix::FileLockError::FILE_IN_USE (C++ enumerator)
- iox::posix::FileLockError::FILE_TOO_LARGE (C++ enumerator)
- iox::posix::FileLockError::I_O_ERROR (C++ enumerator)
- iox::posix::FileLockError::INTERNAL_LOGIC_ERROR (C++ enumerator)
- iox::posix::FileLockError::INVALID_CHARACTERS_IN_FILE_NAME (C++ enumerator)
- iox::posix::FileLockError::INVALID_FILE_NAME (C++ enumerator)
- iox::posix::FileLockError::LOCKED_BY_OTHER_PROCESS (C++ enumerator)
- iox::posix::FileLockError::NO_SUCH_DIRECTORY (C++ enumerator)
- iox::posix::FileLockError::OUT_OF_MEMORY (C++ enumerator)
- iox::posix::FileLockError::PROCESS_LIMIT (C++ enumerator)
- iox::posix::FileLockError::QUOTA_EXHAUSTED (C++ enumerator)
- iox::posix::FileLockError::SPECIAL_FILE (C++ enumerator)
- iox::posix::FileLockError::SYS_CALL_NOT_IMPLEMENTED (C++ enumerator)
- iox::posix::FileLockError::SYSTEM_LIMIT (C++ enumerator)
- iox::posix::getThreadName (C++ function)
- iox::posix::hasTerminationRequested (C++ function)
- iox::posix::internal::createPosixCallBuilder (C++ function)
- iox::posix::internal::PosixCallDetails (C++ struct)
- iox::posix::internal::PosixCallDetails::callingFunction (C++ member)
- iox::posix::internal::PosixCallDetails::file (C++ member)
- iox::posix::internal::PosixCallDetails::hasIgnoredErrno (C++ member)
- iox::posix::internal::PosixCallDetails::hasSilentErrno (C++ member)
- iox::posix::internal::PosixCallDetails::hasSuccess (C++ member)
- iox::posix::internal::PosixCallDetails::line (C++ member)
- iox::posix::internal::PosixCallDetails::PosixCallDetails (C++ function)
- iox::posix::internal::PosixCallDetails::posixFunctionName (C++ member)
- iox::posix::internal::PosixCallDetails::result (C++ member)
- iox::posix::IpcChannelError (C++ enum)
- iox::posix::IpcChannelError::ACCESS_DENIED (C++ enumerator)
- iox::posix::IpcChannelError::CHANNEL_ALREADY_EXISTS (C++ enumerator)
- iox::posix::IpcChannelError::CHANNEL_FULL (C++ enumerator)
- iox::posix::IpcChannelError::CONNECTION_RESET_BY_PEER (C++ enumerator)
- iox::posix::IpcChannelError::I_O_ERROR (C++ enumerator)
- iox::posix::IpcChannelError::INTERNAL_LOGIC_ERROR (C++ enumerator)
- iox::posix::IpcChannelError::INVALID_ARGUMENTS (C++ enumerator)
- iox::posix::IpcChannelError::INVALID_CHANNEL_NAME (C++ enumerator)
- iox::posix::IpcChannelError::INVALID_FILE_DESCRIPTOR (C++ enumerator)
- iox::posix::IpcChannelError::MAX_MESSAGE_SIZE_EXCEEDED (C++ enumerator)
- iox::posix::IpcChannelError::MESSAGE_TOO_LONG (C++ enumerator)
- iox::posix::IpcChannelError::NO_SUCH_CHANNEL (C++ enumerator)
- iox::posix::IpcChannelError::NOT_INITIALIZED (C++ enumerator)
- iox::posix::IpcChannelError::OUT_OF_MEMORY (C++ enumerator)
- iox::posix::IpcChannelError::PROCESS_LIMIT (C++ enumerator)
- iox::posix::IpcChannelError::SYSTEM_LIMIT (C++ enumerator)
- iox::posix::IpcChannelError::TIMEOUT (C++ enumerator)
- iox::posix::IpcChannelError::UNDEFINED (C++ enumerator)
- iox::posix::IpcChannelSide (C++ enum)
- iox::posix::IpcChannelSide::CLIENT (C++ enumerator)
- iox::posix::IpcChannelSide::SERVER (C++ enumerator)
- iox::posix::MAX_THREAD_NAME_LENGTH (C++ member)
- iox::posix::MaxNumberOfGroups (C++ member)
- iox::posix::MaxPageSize (C++ member)
- iox::posix::MemoryMap (C++ class)
- iox::posix::MemoryMap::getBaseAddress (C++ function), [1]
- iox::posix::MemoryMap::MemoryMap (C++ function), [1]
- iox::posix::MemoryMap::operator= (C++ function), [1]
- iox::posix::MemoryMap::~MemoryMap (C++ function)
- iox::posix::MemoryMapBuilder (C++ class)
- iox::posix::MemoryMapBuilder::create (C++ function)
- iox::posix::MemoryMapError (C++ enum)
- iox::posix::MemoryMapError::ACCESS_FAILED (C++ enumerator)
- iox::posix::MemoryMapError::FILESYSTEM_DOES_NOT_SUPPORT_MEMORY_MAPPING (C++ enumerator)
- iox::posix::MemoryMapError::INVALID_FILE_DESCRIPTOR (C++ enumerator)
- iox::posix::MemoryMapError::INVALID_PARAMETERS (C++ enumerator)
- iox::posix::MemoryMapError::MAP_OVERLAP (C++ enumerator)
- iox::posix::MemoryMapError::NO_WRITE_PERMISSION (C++ enumerator)
- iox::posix::MemoryMapError::NOT_ENOUGH_MEMORY_AVAILABLE (C++ enumerator)
- iox::posix::MemoryMapError::OPEN_FILES_SYSTEM_LIMIT_EXCEEDED (C++ enumerator)
- iox::posix::MemoryMapError::OVERFLOWING_PARAMETERS (C++ enumerator)
- iox::posix::MemoryMapError::PERMISSION_FAILURE (C++ enumerator)
- iox::posix::MemoryMapError::UNABLE_TO_LOCK (C++ enumerator)
- iox::posix::MemoryMapError::UNKNOWN_ERROR (C++ enumerator)
- iox::posix::MemoryMapFlags (C++ enum)
- iox::posix::MemoryMapFlags::PRIVATE_CHANGES (C++ enumerator)
- iox::posix::MemoryMapFlags::PRIVATE_CHANGES_AND_FORCE_BASE_ADDRESS_HINT (C++ enumerator)
- iox::posix::MemoryMapFlags::SHARE_CHANGES (C++ enumerator)
- iox::posix::MemoryMapFlags::SHARE_CHANGES_AND_FORCE_BASE_ADDRESS_HINT (C++ enumerator)
- iox::posix::MessageQueue (C++ class)
- iox::posix::MessageQueue::destroy (C++ function)
- iox::posix::MessageQueue::ERROR_CODE (C++ member)
- iox::posix::MessageQueue::INVALID_DESCRIPTOR (C++ member)
- iox::posix::MessageQueue::isOutdated (C++ function)
- iox::posix::MessageQueue::MAX_MESSAGE_SIZE (C++ member)
- iox::posix::MessageQueue::MessageQueue (C++ function), [1], [2]
- iox::posix::MessageQueue::NULL_TERMINATOR_SIZE (C++ member)
- iox::posix::MessageQueue::operator= (C++ function), [1]
- iox::posix::MessageQueue::receive (C++ function)
- iox::posix::MessageQueue::send (C++ function)
- iox::posix::MessageQueue::SHORTEST_VALID_QUEUE_NAME (C++ member)
- iox::posix::MessageQueue::timedReceive (C++ function)
- iox::posix::MessageQueue::timedSend (C++ function)
- iox::posix::MessageQueue::unlinkIfExists (C++ function)
- iox::posix::MessageQueue::~MessageQueue (C++ function)
- iox::posix::mutex (C++ class)
- iox::posix::mutex::get_native_handle (C++ function)
- iox::posix::mutex::lock (C++ function)
- iox::posix::mutex::m_handle (C++ member)
- iox::posix::mutex::mutex (C++ function), [1], [2]
- iox::posix::mutex::operator= (C++ function), [1]
- iox::posix::mutex::try_lock (C++ function)
- iox::posix::mutex::unlock (C++ function)
- iox::posix::mutex::~mutex (C++ function)
- iox::posix::NamedPipe (C++ class)
- iox::posix::NamedPipe::CYCLE_TIME (C++ member)
- iox::posix::NamedPipe::destroy (C++ function)
- iox::posix::NamedPipe::isOutdated (C++ function)
- iox::posix::NamedPipe::MAX_MESSAGE_SIZE (C++ member)
- iox::posix::NamedPipe::MAX_NUMBER_OF_MESSAGES (C++ member)
- iox::posix::NamedPipe::Message_t (C++ type)
- iox::posix::NamedPipe::MessageQueue_t (C++ type)
- iox::posix::NamedPipe::NAMED_PIPE_PREFIX (C++ member)
- iox::posix::NamedPipe::NamedPipe (C++ function), [1], [2]
- iox::posix::NamedPipe::NamedPipeData (C++ class)
- iox::posix::NamedPipe::NamedPipeData::hasValidState (C++ function)
- iox::posix::NamedPipe::NamedPipeData::messages (C++ member)
- iox::posix::NamedPipe::NamedPipeData::NamedPipeData (C++ function), [1], [2]
- iox::posix::NamedPipe::NamedPipeData::operator= (C++ function), [1]
- iox::posix::NamedPipe::NamedPipeData::receiveSemaphore (C++ function)
- iox::posix::NamedPipe::NamedPipeData::sendSemaphore (C++ function)
- iox::posix::NamedPipe::NamedPipeData::waitForInitialization (C++ function)
- iox::posix::NamedPipe::NamedPipeData::~NamedPipeData (C++ function)
- iox::posix::NamedPipe::NULL_TERMINATOR_SIZE (C++ member)
- iox::posix::NamedPipe::operator= (C++ function), [1]
- iox::posix::NamedPipe::receive (C++ function)
- iox::posix::NamedPipe::send (C++ function)
- iox::posix::NamedPipe::timedReceive (C++ function)
- iox::posix::NamedPipe::timedSend (C++ function)
- iox::posix::NamedPipe::tryReceive (C++ function)
- iox::posix::NamedPipe::trySend (C++ function)
- iox::posix::NamedPipe::unlinkIfExists (C++ function)
- iox::posix::NamedPipe::~NamedPipe (C++ function)
- iox::posix::OPEN_MODE_STRING (C++ member)
- iox::posix::OpenMode (C++ enum)
- iox::posix::OpenMode::EXCLUSIVE_CREATE (C++ enumerator)
- iox::posix::OpenMode::OPEN_EXISTING (C++ enumerator)
- iox::posix::OpenMode::OPEN_OR_CREATE (C++ enumerator)
- iox::posix::OpenMode::PURGE_AND_CREATE (C++ enumerator)
- iox::posix::OpenNamedSemaphore (C++ member)
- iox::posix::OpenNamedSemaphore_t (C++ struct)
- iox::posix::pageSize (C++ function)
- iox::posix::POSIX_CALL_EINTR_REPETITIONS (C++ member)
- iox::posix::POSIX_CALL_ERROR_STRING_SIZE (C++ member)
- iox::posix::POSIX_CALL_INVALID_ERRNO (C++ member)
- iox::posix::PosixCallBuilder (C++ class)
- iox::posix::PosixCallBuilder::FunctionType_t (C++ type)
- iox::posix::PosixCallBuilder::operator() (C++ function)
- iox::posix::PosixCallEvaluator (C++ class)
- iox::posix::PosixCallEvaluator::evaluate (C++ function)
- iox::posix::PosixCallEvaluator::ignoreErrnos (C++ function)
- iox::posix::PosixCallEvaluator::suppressErrorMessagesForErrnos (C++ function)
- iox::posix::PosixCallResult (C++ struct)
- iox::posix::PosixCallResult::errnum (C++ member)
- iox::posix::PosixCallResult::getHumanReadableErrnum (C++ function)
- iox::posix::PosixCallResult::PosixCallResult (C++ function)
- iox::posix::PosixCallResult::value (C++ member)
- iox::posix::PosixCallVerificator (C++ class)
- iox::posix::PosixCallVerificator::failureReturnValue (C++ function)
- iox::posix::PosixCallVerificator::returnValueMatchesErrno (C++ function)
- iox::posix::PosixCallVerificator::successReturnValue (C++ function)
- iox::posix::PosixGroup (C++ class)
- iox::posix::PosixGroup::doesExist (C++ function)
- iox::posix::PosixGroup::getGroupID (C++ function)
- iox::posix::PosixGroup::getGroupName (C++ function)
- iox::posix::PosixGroup::getGroupOfCurrentProcess (C++ function)
- iox::posix::PosixGroup::getID (C++ function)
- iox::posix::PosixGroup::getName (C++ function)
- iox::posix::PosixGroup::operator== (C++ function)
- iox::posix::PosixGroup::PosixGroup (C++ function), [1]
- iox::posix::PosixGroup::string_t (C++ type)
- iox::posix::PosixRights (C++ struct)
- iox::posix::PosixRights::m_execute (C++ member)
- iox::posix::PosixRights::m_read (C++ member)
- iox::posix::PosixRights::m_write (C++ member)
- iox::posix::PosixRights::PosixRights (C++ function)
- iox::posix::PosixUser (C++ class)
- iox::posix::PosixUser::doesExist (C++ function)
- iox::posix::PosixUser::getGroups (C++ function)
- iox::posix::PosixUser::getID (C++ function)
- iox::posix::PosixUser::getName (C++ function)
- iox::posix::PosixUser::getUserID (C++ function)
- iox::posix::PosixUser::getUserName (C++ function)
- iox::posix::PosixUser::getUserOfCurrentProcess (C++ function)
- iox::posix::PosixUser::groupVector_t (C++ type)
- iox::posix::PosixUser::PosixUser (C++ function), [1]
- iox::posix::PosixUser::string_t (C++ type)
- iox::posix::registerSignalHandler (C++ function)
- iox::posix::Semaphore (C++ class)
- iox::posix::Semaphore::getValue (C++ function)
- iox::posix::Semaphore::operator= (C++ function), [1]
- iox::posix::Semaphore::post (C++ function)
- iox::posix::Semaphore::Semaphore (C++ function), [1], [2]
- iox::posix::Semaphore::timedWait (C++ function)
- iox::posix::Semaphore::tryWait (C++ function)
- iox::posix::Semaphore::wait (C++ function)
- iox::posix::Semaphore::~Semaphore (C++ function)
- iox::posix::SemaphoreError (C++ enum)
- iox::posix::SemaphoreError::CREATION_FAILED (C++ enumerator)
- iox::posix::SemaphoreError::INTERRUPTED_BY_SIGNAL_HANDLER (C++ enumerator)
- iox::posix::SemaphoreError::INVALID_SEMAPHORE_HANDLE (C++ enumerator)
- iox::posix::SemaphoreError::NAME_TOO_LONG (C++ enumerator)
- iox::posix::SemaphoreError::SEMAPHORE_OVERFLOW (C++ enumerator)
- iox::posix::SemaphoreError::UNABLE_TO_OPEN_HANDLE (C++ enumerator)
- iox::posix::SemaphoreError::UNDEFINED (C++ enumerator)
- iox::posix::SemaphoreWaitState (C++ enum)
- iox::posix::SemaphoreWaitState::NO_TIMEOUT (C++ enumerator)
- iox::posix::SemaphoreWaitState::TIMEOUT (C++ enumerator)
- iox::posix::setThreadName (C++ function)
- iox::posix::SharedMemory (C++ class)
- iox::posix::SharedMemory::getHandle (C++ function)
- iox::posix::SharedMemory::hasOwnership (C++ function)
- iox::posix::SharedMemory::INVALID_HANDLE (C++ member)
- iox::posix::SharedMemory::NAME_SIZE (C++ member)
- iox::posix::SharedMemory::Name_t (C++ type)
- iox::posix::SharedMemory::operator= (C++ function), [1]
- iox::posix::SharedMemory::SharedMemory (C++ function), [1]
- iox::posix::SharedMemory::unlinkIfExist (C++ function)
- iox::posix::SharedMemory::~SharedMemory (C++ function)
- iox::posix::SharedMemoryBuilder (C++ class)
- iox::posix::SharedMemoryBuilder::create (C++ function)
- iox::posix::SharedMemoryError (C++ enum)
- iox::posix::SharedMemoryError::DOES_EXIST (C++ enumerator)
- iox::posix::SharedMemoryError::DOES_NOT_EXIST (C++ enumerator)
- iox::posix::SharedMemoryError::EMPTY_NAME (C++ enumerator)
- iox::posix::SharedMemoryError::INSUFFICIENT_PERMISSIONS (C++ enumerator)
- iox::posix::SharedMemoryError::INVALID_FILE_NAME (C++ enumerator)
- iox::posix::SharedMemoryError::INVALID_FILEDESCRIPTOR (C++ enumerator)
- iox::posix::SharedMemoryError::NO_FILE_RESIZE_SUPPORT (C++ enumerator)
- iox::posix::SharedMemoryError::NO_RESIZE_SUPPORT (C++ enumerator)
- iox::posix::SharedMemoryError::NOT_ENOUGH_MEMORY_AVAILABLE (C++ enumerator)
- iox::posix::SharedMemoryError::PATH_IS_A_DIRECTORY (C++ enumerator)
- iox::posix::SharedMemoryError::PROCESS_LIMIT_OF_OPEN_FILES_REACHED (C++ enumerator)
- iox::posix::SharedMemoryError::REQUESTED_MEMORY_EXCEEDS_MAXIMUM_FILE_SIZE (C++ enumerator)
- iox::posix::SharedMemoryError::SYSTEM_LIMIT_OF_OPEN_FILES_REACHED (C++ enumerator)
- iox::posix::SharedMemoryError::TOO_MANY_SYMBOLIC_LINKS (C++ enumerator)
- iox::posix::SharedMemoryError::UNKNOWN_ERROR (C++ enumerator)
- iox::posix::SharedMemoryObject (C++ class)
- iox::posix::SharedMemoryObject::allocate (C++ function)
- iox::posix::SharedMemoryObject::finalizeAllocation (C++ function)
- iox::posix::SharedMemoryObject::getAllocator (C++ function)
- iox::posix::SharedMemoryObject::getBaseAddress (C++ function), [1]
- iox::posix::SharedMemoryObject::getFileHandle (C++ function)
- iox::posix::SharedMemoryObject::getSizeInBytes (C++ function)
- iox::posix::SharedMemoryObject::hasOwnership (C++ function)
- iox::posix::SharedMemoryObject::NO_ADDRESS_HINT (C++ member)
- iox::posix::SharedMemoryObject::operator= (C++ function), [1]
- iox::posix::SharedMemoryObject::SharedMemoryObject (C++ function), [1]
- iox::posix::SharedMemoryObject::~SharedMemoryObject (C++ function)
- iox::posix::SharedMemoryObjectError (C++ enum)
- iox::posix::SharedMemoryObjectError::MAPPING_SHARED_MEMORY_FAILED (C++ enumerator)
- iox::posix::SharedMemoryObjectError::SHARED_MEMORY_CREATION_FAILED (C++ enumerator)
- iox::posix::Signal (C++ enum)
- iox::posix::Signal::ABORT (C++ enumerator)
- iox::posix::Signal::BUS (C++ enumerator)
- iox::posix::Signal::HUP (C++ enumerator)
- iox::posix::Signal::INT (C++ enumerator)
- iox::posix::Signal::TERM (C++ enumerator)
- iox::posix::SignalGuard (C++ class)
- iox::posix::SignalGuard::operator= (C++ function), [1]
- iox::posix::SignalGuard::registerSignalHandler (C++ function)
- iox::posix::SignalGuard::SignalGuard (C++ function), [1]
- iox::posix::SignalGuard::~SignalGuard (C++ function)
- iox::posix::SignalHandlerCallback_t (C++ type)
- iox::posix::SignalWatcher (C++ class)
- iox::posix::SignalWatcher::getInstance (C++ function)
- iox::posix::SignalWatcher::operator= (C++ function), [1]
- iox::posix::SignalWatcher::SignalWatcher (C++ function), [1], [2]
- iox::posix::SignalWatcher::waitForSignal (C++ function)
- iox::posix::SignalWatcher::wasSignalTriggered (C++ function)
- iox::posix::SignalWatcher::~SignalWatcher (C++ function)
- iox::posix::ThreadName_t (C++ type)
- iox::posix::Timer (C++ class)
- iox::posix::Timer::CatchUpPolicy (C++ enum)
- iox::posix::Timer::CatchUpPolicy::IMMEDIATE (C++ enumerator)
- iox::posix::Timer::CatchUpPolicy::SKIP_TO_NEXT_BEAT (C++ enumerator)
- iox::posix::Timer::CatchUpPolicy::TERMINATE (C++ enumerator)
- iox::posix::Timer::getError (C++ function)
- iox::posix::Timer::getOverruns (C++ function)
- iox::posix::Timer::hasError (C++ function)
- iox::posix::Timer::now (C++ function)
- iox::posix::Timer::operator= (C++ function), [1]
- iox::posix::Timer::OsTimer (C++ class)
- iox::posix::Timer::OsTimer::callbackHelper (C++ function)
- iox::posix::Timer::OsTimer::getError (C++ function)
- iox::posix::Timer::OsTimer::getOverruns (C++ function)
- iox::posix::Timer::OsTimer::hasError (C++ function)
- iox::posix::Timer::OsTimer::operator= (C++ function), [1]
- iox::posix::Timer::OsTimer::OsTimer (C++ function), [1], [2]
- iox::posix::Timer::OsTimer::restart (C++ function)
- iox::posix::Timer::OsTimer::start (C++ function)
- iox::posix::Timer::OsTimer::stop (C++ function)
- iox::posix::Timer::OsTimer::timeUntilExpiration (C++ function)
- iox::posix::Timer::OsTimer::~OsTimer (C++ function)
- iox::posix::Timer::OsTimerCallbackHandle (C++ struct)
- iox::posix::Timer::OsTimerCallbackHandle::incrementDescriptor (C++ function)
- iox::posix::Timer::OsTimerCallbackHandle::indexAndDescriptorToSigval (C++ function)
- iox::posix::Timer::OsTimerCallbackHandle::m_accessMutex (C++ member)
- iox::posix::Timer::OsTimerCallbackHandle::m_callbackIsAboutToBeExecuted (C++ member)
- iox::posix::Timer::OsTimerCallbackHandle::m_catchUpPolicy (C++ member)
- iox::posix::Timer::OsTimerCallbackHandle::m_descriptor (C++ member)
- iox::posix::Timer::OsTimerCallbackHandle::m_inUse (C++ member)
- iox::posix::Timer::OsTimerCallbackHandle::m_isTimerActive (C++ member)
- iox::posix::Timer::OsTimerCallbackHandle::m_timer (C++ member)
- iox::posix::Timer::OsTimerCallbackHandle::m_timerInvocationCounter (C++ member)
- iox::posix::Timer::OsTimerCallbackHandle::MAX_DESCRIPTOR_VALUE (C++ member)
- iox::posix::Timer::OsTimerCallbackHandle::sigvalToDescriptor (C++ function)
- iox::posix::Timer::OsTimerCallbackHandle::sigvalToIndex (C++ function)
- iox::posix::Timer::restart (C++ function)
- iox::posix::Timer::RunMode (C++ enum)
- iox::posix::Timer::RunMode::ONCE (C++ enumerator)
- iox::posix::Timer::RunMode::PERIODIC (C++ enumerator)
- iox::posix::Timer::start (C++ function)
- iox::posix::Timer::stop (C++ function)
- iox::posix::Timer::Timer (C++ function), [1], [2], [3]
- iox::posix::Timer::timeUntilExpiration (C++ function)
- iox::posix::Timer::~Timer (C++ function)
- iox::posix::TimerError (C++ enum)
- iox::posix::TimerError::ALLOC_MEM_FAILED (C++ enumerator)
- iox::posix::TimerError::INTERNAL_LOGIC_ERROR (C++ enumerator)
- iox::posix::TimerError::INVALID_ARGUMENTS (C++ enumerator)
- iox::posix::TimerError::INVALID_POINTER (C++ enumerator)
- iox::posix::TimerError::KERNEL_ALLOC_FAILED (C++ enumerator)
- iox::posix::TimerError::NO_ERROR (C++ enumerator)
- iox::posix::TimerError::NO_PERMISSION (C++ enumerator)
- iox::posix::TimerError::NO_TIMER_TO_DELETE (C++ enumerator)
- iox::posix::TimerError::NO_VALID_CALLBACK (C++ enumerator)
- iox::posix::TimerError::TIMEOUT_IS_ZERO (C++ enumerator)
- iox::posix::TimerError::TIMER_NOT_INITIALIZED (C++ enumerator)
- iox::posix::UnixDomainSocket (C++ class)
- iox::posix::UnixDomainSocket::destroy (C++ function)
- iox::posix::UnixDomainSocket::isOutdated (C++ function)
- iox::posix::UnixDomainSocket::LONGEST_VALID_NAME (C++ member)
- iox::posix::UnixDomainSocket::MAX_MESSAGE_SIZE (C++ member)
- iox::posix::UnixDomainSocket::Message_t (C++ type)
- iox::posix::UnixDomainSocket::NoPathPrefix (C++ member)
- iox::posix::UnixDomainSocket::NoPathPrefix_t (C++ struct), [1]
- iox::posix::UnixDomainSocket::NULL_TERMINATOR_SIZE (C++ member)
- iox::posix::UnixDomainSocket::operator= (C++ function), [1]
- iox::posix::UnixDomainSocket::receive (C++ function)
- iox::posix::UnixDomainSocket::send (C++ function)
- iox::posix::UnixDomainSocket::timedReceive (C++ function)
- iox::posix::UnixDomainSocket::timedSend (C++ function)
- iox::posix::UnixDomainSocket::UdsName_t (C++ type)
- iox::posix::UnixDomainSocket::UnixDomainSocket (C++ function), [1], [2]
- iox::posix::UnixDomainSocket::unlinkIfExists (C++ function), [1]
- iox::posix::UnixDomainSocket::~UnixDomainSocket (C++ function)
- iox::posix::waitForTerminationRequest (C++ function)
- iox::rp::AtomicRelocatablePointer (C++ class)
- iox::rp::AtomicRelocatablePointer::AtomicRelocatablePointer (C++ function), [1], [2]
- iox::rp::AtomicRelocatablePointer::NULL_POINTER_OFFSET (C++ member)
- iox::rp::AtomicRelocatablePointer::offset_t (C++ type)
- iox::rp::AtomicRelocatablePointer::operator T* (C++ function)
- iox::rp::AtomicRelocatablePointer::operator* (C++ function)
- iox::rp::AtomicRelocatablePointer::operator-> (C++ function)
- iox::rp::AtomicRelocatablePointer::operator= (C++ function), [1], [2]
- iox::rp::BaseRelativePointer (C++ class)
- iox::rp::BaseRelativePointer::BaseRelativePointer (C++ function), [1], [2], [3], [4]
- iox::rp::BaseRelativePointer::computeOffset (C++ function)
- iox::rp::BaseRelativePointer::computeRawPtr (C++ function)
- iox::rp::BaseRelativePointer::const_ptr_t (C++ type)
- iox::rp::BaseRelativePointer::get (C++ function)
- iox::rp::BaseRelativePointer::getBasePtr (C++ function), [1]
- iox::rp::BaseRelativePointer::getId (C++ function)
- iox::rp::BaseRelativePointer::getOffset (C++ function), [1]
- iox::rp::BaseRelativePointer::getPtr (C++ function)
- iox::rp::BaseRelativePointer::getRepository (C++ function)
- iox::rp::BaseRelativePointer::id_t (C++ type)
- iox::rp::BaseRelativePointer::isValid (C++ function)
- iox::rp::BaseRelativePointer::m_id (C++ member)
- iox::rp::BaseRelativePointer::m_offset (C++ member)
- iox::rp::BaseRelativePointer::NULL_POINTER_ID (C++ member)
- iox::rp::BaseRelativePointer::NULL_POINTER_OFFSET (C++ member)
- iox::rp::BaseRelativePointer::offset_t (C++ type)
- iox::rp::BaseRelativePointer::operator= (C++ function), [1], [2]
- iox::rp::BaseRelativePointer::ptr_t (C++ type)
- iox::rp::BaseRelativePointer::registerPtr (C++ function), [1]
- iox::rp::BaseRelativePointer::searchId (C++ function)
- iox::rp::BaseRelativePointer::unregisterAll (C++ function)
- iox::rp::BaseRelativePointer::unregisterPtr (C++ function)
- iox::rp::operator!= (C++ function)
- iox::rp::operator== (C++ function)
- iox::rp::PointerRepository (C++ class)
- iox::rp::PointerRepository::getBasePtr (C++ function)
- iox::rp::PointerRepository::Info (C++ struct)
- iox::rp::PointerRepository::Info::basePtr (C++ member)
- iox::rp::PointerRepository::Info::endPtr (C++ member)
- iox::rp::PointerRepository::INVALID_ID (C++ member)
- iox::rp::PointerRepository::isValid (C++ function)
- iox::rp::PointerRepository::PointerRepository (C++ function)
- iox::rp::PointerRepository::print (C++ function)
- iox::rp::PointerRepository::registerPtr (C++ function), [1]
- iox::rp::PointerRepository::searchId (C++ function)
- iox::rp::PointerRepository::unregisterAll (C++ function)
- iox::rp::PointerRepository::unregisterPtr (C++ function)
- iox::rp::RelativePointer (C++ class)
- iox::rp::RelativePointer::const_ptr_t (C++ type)
- iox::rp::RelativePointer::get (C++ function)
- iox::rp::RelativePointer::operator T* (C++ function)
- iox::rp::RelativePointer::operator!= (C++ function)
- iox::rp::RelativePointer::operator* (C++ function), [1]
- iox::rp::RelativePointer::operator-> (C++ function), [1]
- iox::rp::RelativePointer::operator= (C++ function)
- iox::rp::RelativePointer::operator== (C++ function)
- iox::rp::RelativePointer::ptr_t (C++ type)
- iox::rp::RelativePointer::RelativePointer (C++ function), [1], [2], [3]
- iox::rp::RelativePointerData (C++ class)
- iox::rp::RelativePointerData::id (C++ function)
- iox::rp::RelativePointerData::ID_RANGE (C++ member)
- iox::rp::RelativePointerData::id_t (C++ type)
- iox::rp::RelativePointerData::isLogicalNullptr (C++ function)
- iox::rp::RelativePointerData::LOGICAL_NULLPTR (C++ member)
- iox::rp::RelativePointerData::MAX_VALID_ID (C++ member)
- iox::rp::RelativePointerData::MAX_VALID_OFFSET (C++ member)
- iox::rp::RelativePointerData::NULL_POINTER_ID (C++ member)
- iox::rp::RelativePointerData::NULL_POINTER_OFFSET (C++ member)
- iox::rp::RelativePointerData::offset (C++ function)
- iox::rp::RelativePointerData::OFFSET_RANGE (C++ member)
- iox::rp::RelativePointerData::offset_t (C++ type)
- iox::rp::RelativePointerData::RelativePointerData (C++ function), [1]
- iox::rp::RelativePointerData::reset (C++ function)
- iox::rp::relocatable_ptr (C++ class)
- iox::rp::relocatable_ptr::get (C++ function), [1]
- iox::rp::relocatable_ptr::operator const T* (C++ function)
- iox::rp::relocatable_ptr::operator T* (C++ function)
- iox::rp::relocatable_ptr::operator* (C++ function), [1]
- iox::rp::relocatable_ptr::operator-> (C++ function), [1]
- iox::rp::relocatable_ptr::operator= (C++ function), [1]
- iox::rp::relocatable_ptr::ptr_t (C++ type)
- iox::rp::relocatable_ptr::relocatable_ptr (C++ function), [1], [2]
- iox::units::Duration (C++ class)
- iox::units::Duration::createDuration (C++ function)
- iox::units::Duration::Duration (C++ function), [1], [2], [3], [4], [5]
- iox::units::Duration::fromDays (C++ function)
- iox::units::Duration::fromHours (C++ function)
- iox::units::Duration::fromMicroseconds (C++ function)
- iox::units::Duration::fromMilliseconds (C++ function)
- iox::units::Duration::fromMinutes (C++ function)
- iox::units::Duration::fromNanoseconds (C++ function)
- iox::units::Duration::fromSeconds (C++ function)
- iox::units::Duration::HOURS_PER_DAY (C++ member)
- iox::units::Duration::max (C++ function)
- iox::units::Duration::MICROSECS_PER_SEC (C++ member)
- iox::units::Duration::MILLISECS_PER_SEC (C++ member)
- iox::units::Duration::Nanoseconds_t (C++ type)
- iox::units::Duration::NANOSECS_PER_MICROSEC (C++ member)
- iox::units::Duration::NANOSECS_PER_MILLISEC (C++ member)
- iox::units::Duration::NANOSECS_PER_SEC (C++ member)
- iox::units::Duration::operator struct timeval (C++ function)
- iox::units::Duration::operator!= (C++ function)
- iox::units::Duration::operator* (C++ function)
- iox::units::Duration::operator+ (C++ function)
- iox::units::Duration::operator- (C++ function)
- iox::units::Duration::operator< (C++ function)
- iox::units::Duration::operator<< (C++ function)
- iox::units::Duration::operator<= (C++ function)
- iox::units::Duration::operator= (C++ function)
- iox::units::Duration::operator== (C++ function)
- iox::units::Duration::operator> (C++ function)
- iox::units::Duration::operator>= (C++ function)
- iox::units::Duration::Seconds_t (C++ type)
- iox::units::Duration::SECS_PER_HOUR (C++ member)
- iox::units::Duration::SECS_PER_MINUTE (C++ member)
- iox::units::Duration::timespec (C++ function)
- iox::units::Duration::toDays (C++ function)
- iox::units::Duration::toHours (C++ function)
- iox::units::Duration::toMicroseconds (C++ function)
- iox::units::Duration::toMilliseconds (C++ function)
- iox::units::Duration::toMinutes (C++ function)
- iox::units::Duration::toNanoseconds (C++ function)
- iox::units::Duration::toSeconds (C++ function)
- iox::units::Duration::zero (C++ function)
- iox::units::duration_literals::operator""_d (C++ function)
- iox::units::duration_literals::operator""_h (C++ function)
- iox::units::duration_literals::operator""_m (C++ function)
- iox::units::duration_literals::operator""_ms (C++ function)
- iox::units::duration_literals::operator""_ns (C++ function)
- iox::units::duration_literals::operator""_s (C++ function)
- iox::units::duration_literals::operator""_us (C++ function)
- iox::units::operator* (C++ function)
- iox::units::operator<< (C++ function)
- iox::units::TimeSpecReference (C++ enum)
- iox::units::TimeSpecReference::Epoch (C++ enumerator)
- iox::units::TimeSpecReference::Monotonic (C++ enumerator)
- iox::units::TimeSpecReference::None (C++ enumerator)
- IOX_BUILDER_PARAMETER (C macro)
- IOX_DISCARD_RESULT (C macro)
- IOX_FALLTHROUGH (C macro)
- IOX_MAYBE_UNUSED (C macro)
- IOX_NO_DISCARD (C macro)
|