clist< T >::node Struct Reference

#include <mia/mesh/clist.hh>

Collaboration diagram for clist< T >::node:
[legend]

Public Member Functions

 node (T v, node *p, node *s)
 
T & operator* ()
 
const T & operator* () const
 

Data Fields

nodeprev
 
nodesucc
 
value
 

Detailed Description

template<class T>
struct clist< T >::node

Definition at line 35 of file clist.hh.

Constructor & Destructor Documentation

◆ node()

template<class T >
clist< T >::node::node ( v,
node p,
node s 
)
inline

Definition at line 39 of file clist.hh.

Referenced by clist< T >::push_back().

Member Function Documentation

◆ operator*() [1/2]

template<class T >
T& clist< T >::node::operator* ( )
inline

Definition at line 44 of file clist.hh.

References clist< T >::node::value.

◆ operator*() [2/2]

template<class T >
const T& clist< T >::node::operator* ( ) const
inline

Definition at line 47 of file clist.hh.

References clist< T >::node::value.

Field Documentation

◆ prev

template<class T >
node* clist< T >::node::prev

◆ succ

◆ value

template<class T >
T clist< T >::node::value

Definition at line 36 of file clist.hh.

Referenced by clist< T >::node::operator*().


The documentation for this struct was generated from the following file: