#include <stdlib.h>
Go to the source code of this file.
Compounds | |
class | WvLink |
Defines | |
#define | WvIterStuff(_type_) |
|
Value: operator _type_& () const \ { return *ptr(); } \ _type_ &operator () () const \ { return *ptr(); } \ _type_ *operator -> () const \ { return ptr(); } \ _type_ &operator* () const \ { return *ptr(); } Definition at line 41 of file utils/wvlink.h. |