Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

wvlink.h File Reference

#include <stdlib.h>

Go to the source code of this file.

Compounds

class  WvLink

Defines

#define WvIterStuff(_type_)


Define Documentation

#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 include/wvlink.h.


Generated on Sun Aug 25 12:42:32 2002 for WvStreams by doxygen1.2.15