Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

CB2::List< Tmemb >::_item_type Struct Reference

Item type. More...

#include <utils.h>

List of all members.

Public Attributes

Tmemb * data
 Data.

bool local
 Local copy flag.

_item_typeprev
 Previous item in list.

_item_typenext
 Next item in list.


Detailed Description

template<class Tmemb>
struct CB2::List< Tmemb >::_item_type

Item type.

One item of the list, containing pointer to the data, flag whether the data is allocated by List or a foreign pointer and pointers to previous and next items in the list.


Member Data Documentation

template<class Tmemb>
Tmemb* CB2::List< Tmemb >::_item_type::data
 

Data.

template<class Tmemb>
bool CB2::List< Tmemb >::_item_type::local
 

Local copy flag.

template<class Tmemb>
struct _item_type* CB2::List< Tmemb >::_item_type::next
 

Next item in list.

template<class Tmemb>
struct _item_type* CB2::List< Tmemb >::_item_type::prev
 

Previous item in list.


The documentation for this struct was generated from the following file:
Generated on Thu Sep 16 23:26:49 2004 for ColorBox2 by doxygen 1.3.7