PPL Logo

McastSrc Class Reference
[Charm++ Load Balancing Framework]

#include <ckgraph.h>

Collaboration diagram for McastSrc:

Collaboration graph
[legend]

Public Member Functions

 McastSrc (int _numDest, int _msgs, int _bytes)
 ~McastSrc ()
int getNumMsgs ()
int getNumBytes ()
void setNumBytes (int _bytes)

Data Fields

std::vector< intdestList

Private Attributes

int numDest
int msgs
int bytes

Friends

class ObjGraph

Detailed Description

Definition at line 79 of file ckgraph.h.


Constructor & Destructor Documentation

McastSrc::McastSrc ( int  _numDest,
int  _msgs,
int  _bytes 
) [inline]

Definition at line 83 of file ckgraph.h.

McastSrc::~McastSrc (  )  [inline]

Definition at line 87 of file ckgraph.h.


Member Function Documentation

int McastSrc::getNumMsgs (  )  [inline]

Definition at line 89 of file ckgraph.h.

References msgs.

int McastSrc::getNumBytes (  )  [inline]

Definition at line 90 of file ckgraph.h.

References bytes.

void McastSrc::setNumBytes ( int  _bytes  )  [inline]

Definition at line 91 of file ckgraph.h.

References bytes.


Friends And Related Function Documentation

friend class ObjGraph [friend]

Definition at line 80 of file ckgraph.h.


Field Documentation

std::vector<int> McastSrc::destList

Definition at line 93 of file ckgraph.h.

Referenced by ObjGraph::ObjGraph(), and ZoltanLB::work().

Definition at line 96 of file ckgraph.h.

int McastSrc::msgs [private]

Definition at line 97 of file ckgraph.h.

Referenced by getNumMsgs().

int McastSrc::bytes [private]

Definition at line 98 of file ckgraph.h.

Referenced by getNumBytes(), and setNumBytes().


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

Generated on Mon Sep 21 08:27:10 2020 for Charm++ by  doxygen 1.5.5