#include <stdlib.h>
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | WvLink |
WvLink is one element of a WvList<T>. More... | |
Defines | |
#define | WvIterStuff(_type_) |
|
Value: /*! @brief Returns a reference to the current element. */ \ _type_ &operator () () const \ { return *ptr(); } \ /*! @brief Returns a pointer to the current element. */ \ _type_ *operator -> () const \ { return ptr(); } \ /*! @brief Returns a reference to the current element. */ \ _type_ &operator* () const \ { return *ptr(); } |