21 template <
typename T_functor>
81 DtString str =
"Admin Content type ";
83 str +=
". No text available.";
95 virtual bool setFromNet(
const char* contentBuffer,
unsigned contentSize)
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Sets the contents of this set request based on the network buffer.
virtual int netRepSize() const
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Decodes content from buffer.
Definition: noDataAdminContent.h:95
virtual ~DtNoDataAdminContent()
destructor
Definition: noDataAdminContent.h:45
voidpf void uLong size
Definition: ioapi.h:39
virtual const DtAdminContentMessageType & type() const
Definition: noDataAdminContent.h:64
Definition: vrfObjectMessageTypeTemplate.h:24
const DtNoDataAdminContent & operator=(const DtNoDataAdminContent &orig)
assignment operator; same as copy costructor.
Definition: noDataAdminContent.h:34
virtual DtString stringRep() const
Get a readable string representation of this content.
Definition: noDataAdminContent.h:79
const DtAdminContent & operator=(const DtAdminContent &orig)
assignment operator; same as copy costructor.
Class for DtAdminContent subclasses that contain no data.
Definition: noDataAdminContent.h:22
virtual bool init()
Call after construction.
Definition: noDataAdminContent.h:54
DtNoDataAdminContent(const DtNoDataAdminContent &orig)
copy constructor
Definition: noDataAdminContent.h:29
virtual int netRepSize() const
Definition: noDataAdminContent.h:88
virtual bool setToNet()
Encodes content into buffer.
Definition: noDataAdminContent.h:103
static DtAdminContent * create()
Creator function. Returns new instance of this class.
Definition: noDataAdminContent.h:48
virtual bool init()
Base class init does nothing, but this will be called by create, in case any other deriving class nee...
DtAdminContent.
Definition: adminContent.h:24
virtual bool setToNet()
Sets netRep buffer to the contents of this set request.
DtNoDataAdminContent()
default constructor
Definition: noDataAdminContent.h:26
virtual DtAdminContent * clone() const
Make a copy of this content.
Definition: noDataAdminContent.h:71