Dataflow Runtime API
4.0.1.0
|
#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::cIteratorType = CIteratorType |
for backward compatiblity ATTENTION: the only thing that is not compatible any more is: using imt::base::core::util::cIteratorType::CIteratorType More... | |
template<typename Node , CIteratorType type = CIteratorType::UNIDIRECTIONAL> | |
using | imt::base::core::util::LinkedListConstIterator = typename LinkedList< Node const >::Iterator |
depreacted class LinkedListConstIterator --> use LinkedList::Iterator instead More... | |
Enumerations | |
enum class | imt::base::core::util::CIteratorType : uint8_t { imt::base::core::util::UNIDIRECTIONAL , imt::base::core::util::BIDIRECTIONAL } |
Depreacted class cIteratorType --> use IteratorType instead. More... | |