![]() |
Imt.Base C++ API V4.1.1.0
|
#include <Imt.Base.Core.Diagnostics/Diagnostics.h>
#include <Imt.Base.Core.Platform/Platform.h>
#include <Imt.Base.Core.Util/PoolAllocator.h>
#include <type_traits>
Go to the source code of this file.
Classes | |
struct | imt::base::core::util::ListNode< T, type > |
Node used for LinkedList class. More... | |
struct | imt::base::core::util::ListNode< T, LinkedListType::SINGLE > |
Node used for LinkedList class. More... | |
struct | imt::base::core::util::ListNode< T, LinkedListType::DOUBLE > |
Node used for LinkedList class. More... | |
class | imt::base::core::util::LinkedList< Node, T, Allocator, type > |
linked list More... | |
class | imt::base::core::util::LinkedList< Node, T, Allocator, type >::Iterator |
LinkedList class iterator. More... | |
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 |
Enumerations | |
enum class | imt::base::core::util::LinkedListType : uint8_t { imt::base::core::util::SINGLE , imt::base::core::util::DOUBLE } |
Enum for the linked list types. More... | |