WARPXM v1.10.0
Loading...
Searching...
No Matches
WxIoNodeTypev Struct Referenceabstract

Provides a means for derived messengers to return implimentation specific message status flags and data. More...

#include <wxiotmpl.h>

Inheritance diagram for WxIoNodeTypev:
WxHdf5NodeTypev

Detailed Description

Provides a means for derived messengers to return implimentation specific message status flags and data.

The returned type is an opaque pointer and should not be directly fiddled around with.

Public Member Functions

virtual ~WxIoNodeTypev ()
 Destructor.
 
virtual bool operator== (const WxIoNodeTypev &v)=0
 A comparison operator.
 

Constructor & Destructor Documentation

◆ ~WxIoNodeTypev()

virtual WxIoNodeTypev::~WxIoNodeTypev ( )
inlinevirtual

Destructor.

Member Function Documentation

◆ operator==()

virtual bool WxIoNodeTypev::operator== ( const WxIoNodeTypev v)
pure virtual

A comparison operator.

Parameters
vthe node to which we are comparing ourself
Returns
a boolean specifying whether or not we are equal

Implemented in WxHdf5NodeTypev.


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