|
My Project
|
#include <mia/mesh/clist.hh>
Public Member Functions | |
| node (T v, node *p, node *s) | |
| T & | operator* () |
| const T & | operator* () const |
Data Fields | |
| node * | prev |
| node * | succ |
| T | value |
|
inline |
|
inline |
|
inline |
Definition at line 38 of file clist.hh.
Referenced by node(), clist< typename Polygon::value_type >::push_back(), and clist< typename Polygon::value_type >::remove().
Definition at line 39 of file clist.hh.
Referenced by node(), clist< typename Polygon::value_type >::push_back(), and clist< typename Polygon::value_type >::remove().
| T clist< T >::node::value |
Definition at line 37 of file clist.hh.
Referenced by node(), operator*(), and operator*().