88     virtual int putData(
char *theData, 
int startLoc, 
int endLoc);    
    89     virtual const char *
getData(
void);
 virtual int getSize(void)
Get the size of the array. 
Definition: Message.cpp:114
TCP_Socket is a sub-class of channel. 
Definition: TCP_Socket.h:71
virtual int putData(char *theData, int startLoc, int endLoc)
Will put the data given by the character pointer theData of size endLoc -startLoc into the data array...
Definition: Message.cpp:92
TCP_SocketNoDelay is a sub-class of channel. 
Definition: TCP_SocketNoDelay.h:73
MPI_Channel is a sub-class of channel. 
Definition: MPI_Channel.h:70
Message between processes. 
Definition: Message.h:77
Message(void)
Construct an empty message. 
Definition: Message.cpp:60
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
DP_Socket is a sub-class of channel. 
Definition: UDP_Socket.h:76
virtual const char * getData(void)
Returns a const char * pointer to the messages data. 
Definition: Message.cpp:109