![]() |
Imt.Base C++ API V4.1.1.0
|
#include <Imt.Base.Core.Util/LinkedList.h>
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::cIteratorType = CIteratorType |
for backward compatiblity ATTENTION: the only thing that is not compatible any more is: using imt::base::core::util::cIteratorType::CIteratorType | |
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 | |
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... | |