Tulip  4.2.0
Better Visualization Through Research
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Groups Pages
tlp::_TLP_IT< TYPE > Struct Template Reference

#include <ForEach.h>

Public Member Functions

 _TLP_IT (Iterator< TYPE > *_it)
 

Public Attributes

Iterator< TYPE > * _it
 

Detailed Description

template<typename TYPE>
struct tlp::_TLP_IT< TYPE >

Encapsulation of a Tulip Iterator intended to be allocated on the stack instead of the heap, so it gets deleted when out of scope.

Definition at line 36 of file ForEach.h.