virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Definition: simInterfaceContent.h:78
virtual int netRepSize() const
Definition: simInterfaceContent.h:76
DtNoDataInterfaceContent(const DtNoDataInterfaceContent &orig)
copy constructor
Definition: noDataInterfaceContent.h:33
virtual ~DtNoDataInterfaceContent()
destructor
Definition: noDataInterfaceContent.h:47
virtual bool setToNet()
Definition: noDataInterfaceContent.h:75
virtual int type() const
Definition: noDataInterfaceContent.h:50
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Definition: noDataInterfaceContent.h:67
class DtNoDataInterfaceContent:
Definition: noDataInterfaceContent.h:25
const DtNoDataInterfaceContent & operator=(const DtNoDataInterfaceContent &orig)
assignment operator; same as copy costructor.
Definition: noDataInterfaceContent.h:36
DtNoDataInterfaceContent()
default constructor
Definition: noDataInterfaceContent.h:30
const DtSimInterfaceContent & operator=(const DtSimInterfaceContent &orig)
virtual bool setToNet()
Definition: simInterfaceContent.h:83
Definition: simInterfaceContent.h:45
virtual int netRepSize() const
Definition: noDataInterfaceContent.h:62
static DtSimInterfaceContent * creator()
Definition: noDataInterfaceContent.h:81
virtual DtSimInterfaceContent * clone() const
Make a copy of this content. Returns a pointer to a newly created copy of this class.
Definition: noDataInterfaceContent.h:57