Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
LinkedListIterator.h File Reference

Go to the source code of this file.

Namespaces

namespace  imt
 This is a application specific file which is used to configure Imt.Base.Core.Math.
 
namespace  imt::base
 
namespace  imt::base::core
 
namespace  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
 
template<typename Node , IteratorType type = IteratorType::UNIDIRECTIONAL>
using imt::base::core::util::LinkedListIterator = typename LinkedList< Node >::Iterator
 Depreacted class LinkedListConstIterator --> use LinkedList::Iterator instead.
 

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...