Dataflow Runtime API  3.1.1.0
Enumerations
imt::base::core::util::linkedListType Namespace Reference

Enumerations

enum  LinkedListType { SINGLE , DOUBLE }
 enum for the linked list types More...
 

Enumeration Type Documentation

◆ LinkedListType

enum for the linked list types

Enumerator
SINGLE 
DOUBLE 

use this enumerator to use the single linked list implementation

use this enumerator to use the double linked list implementation