class CWCharArray

character array structure used for copy on write data

Public Methods

CWCharArray(const char* p, int len, int allocsize)
construct an array of size allocsize, copying len bytes from p
CWCharArray(int len)
construct an array of length len
voReturnStatus sendResponse(int val, NetworkAddress *sender)
~CWCharArray()
destructor

Protected Methods

virtual void thread()

Private Fields

Sptr < AgentRegister > agentRegister

Documentation

character array structure used for copy on write data. Do not derive from this class
voReturnStatus sendResponse(int val, NetworkAddress *sender)

virtual void thread()

Sptr < AgentRegister > agentRegister

CWCharArray(int len)
construct an array of length len

CWCharArray(const char* p, int len, int allocsize)
construct an array of size allocsize, copying len bytes from p

~CWCharArray()
destructor


This class has no child classes.

alphabetic index hierarchy of classes


generated by doc++