Public Member Functions | Protected Member Functions | Protected Attributes

NTreeDivideResponse Class Reference

Class generated from overlay/ntree/NTree.msg by opp_msgc. More...

#include <NTree_m.h>

Inheritance diagram for NTreeDivideResponse:
BaseResponseMessage BaseRpcMessage BaseOverlayMessage OverSimMessage OverSimMessage_Base

List of all members.

Public Member Functions

 NTreeDivideResponse (const char *name=NULL, int kind=0)
 NTreeDivideResponse (const NTreeDivideResponse &other)
virtual ~NTreeDivideResponse ()
NTreeDivideResponseoperator= (const NTreeDivideResponse &other)
virtual NTreeDivideResponsedup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual int getQuadrant () const
virtual void setQuadrant (int quadrant_var)

Protected Member Functions

bool operator== (const NTreeDivideResponse &)

Protected Attributes

int quadrant_var

Detailed Description

Class generated from overlay/ntree/NTree.msg by opp_msgc.

 packet NTreeDivideResponse extends BaseResponseMessage
 {
         int quadrant;
 }
 

Definition at line 178 of file NTree_m.h.


Constructor & Destructor Documentation

NTreeDivideResponse::NTreeDivideResponse ( const char *  name = NULL,
int  kind = 0 
)

Referenced by dup().

NTreeDivideResponse::NTreeDivideResponse ( const NTreeDivideResponse other  ) 
virtual NTreeDivideResponse::~NTreeDivideResponse (  )  [virtual]

Member Function Documentation

virtual NTreeDivideResponse* NTreeDivideResponse::dup (  )  const [inline, virtual]

Reimplemented from BaseResponseMessage.

Definition at line 191 of file NTree_m.h.

{return new NTreeDivideResponse(*this);}

virtual int NTreeDivideResponse::getQuadrant (  )  const [virtual]
NTreeDivideResponse& NTreeDivideResponse::operator= ( const NTreeDivideResponse other  ) 
bool NTreeDivideResponse::operator== ( const NTreeDivideResponse  )  [protected]
virtual void NTreeDivideResponse::parsimPack ( cCommBuffer *  b  )  [virtual]

Reimplemented from BaseResponseMessage.

Referenced by doPacking().

virtual void NTreeDivideResponse::parsimUnpack ( cCommBuffer *  b  )  [virtual]

Reimplemented from BaseResponseMessage.

Referenced by doUnpacking().

virtual void NTreeDivideResponse::setQuadrant ( int  quadrant_var  )  [virtual]

Referenced by NTree::handleDivideCall().


Member Data Documentation

Definition at line 181 of file NTree_m.h.


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