distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
SortedIntrusiveForwardList.hpp File Reference

SortedIntrusiveForwardList template class header. More...

#include "estd/IntrusiveForwardList.hpp"
#include <algorithm>
Include dependency graph for SortedIntrusiveForwardList.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  estd::SortedIntrusiveForwardList< Compare, T, NodePointer, U >
 SortedIntrusiveForwardList class is an IntrusiveForwardList with sorted elements. More...
 
struct  estd::SortedIntrusiveForwardList< Compare, T, NodePointer, U >::Implementation
 Implementation struct is used primarily for "Empty Base Optimization" with Compare type. More...
 

Namespaces

 estd
 Collection of useful templates.
 

Functions

template<typename Compare , typename T , IntrusiveForwardListNode T::* NodePointer, typename U = T>
void estd::swap (SortedIntrusiveForwardList< Compare, T, NodePointer, U > &left, SortedIntrusiveForwardList< Compare, T, NodePointer, U > &right)
 Swaps contents of two lists. More...
 

Detailed Description

SortedIntrusiveForwardList template class header.

Author
Copyright (C) 2015-2017 Kamil Szczygiel http://www.distortec.com http://www.freddiechopin.info
License
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.