Dataflow Runtime API
4.0.1.0
|
#include <Imt.Base.Core.Diagnostics/Diagnostics.h>
#include <Imt.Base.Core.Platform/Platform.h>
#include "LinkedList.h"
Namespaces | |
imt | |
This is a application specific file which is used to configure Imt.Base.Core.Math. | |
imt::base | |
imt::base::core | |
imt::base::core::util | |
Typedefs | |
using | imt::base::core::util::iteratorType = IteratorType |
for backward compatiblity ATTENTION: the only thing that is not compatible any more is: using imt::base::core::util::iteratorType::IteratorType More... | |
template<typename Node , IteratorType type = IteratorType::UNIDIRECTIONAL> | |
using | imt::base::core::util::LinkedListIterator = typename LinkedList< Node >::Iterator |
Depreacted class LinkedListConstIterator --> use LinkedList::Iterator instead. More... | |
Enumerations | |
enum class | imt::base::core::util::IteratorType : uint8_t { imt::base::core::util::UNIDIRECTIONAL , imt::base::core::util::BIDIRECTIONAL } |
Enum for the deprecated linked list types. More... | |