ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

AggSpec Class Reference

#include <agg-spec.h>

List of all members.

Public Member Functions

 AggSpec (int dstON, int dstP, int dstBits)
 AggSpec (AggSpec *orig)
int member (Packet *p)
int getPrefix (int addr)
int equals (AggSpec *)
int contains (AggSpec *)
int subsetOfDst (int prefix, int bits)
void expand (int prefix, int bits)
AggSpec * clone ()
int getSampleAddress ()
void print ()

Static Public Member Functions

int prefixBitsForMerger (AggSpec *, AggSpec *)

Public Attributes

int dstON_
int dstPrefix_
int dstBits_
int ptype_
double ptypeShare_


Constructor & Destructor Documentation

AggSpec::AggSpec int    dstON,
int    dstP,
int    dstBits
 

AggSpec::AggSpec AggSpec *    orig
 


Member Function Documentation

AggSpec * AggSpec::clone  
 

int AggSpec::contains AggSpec *   
 

int AggSpec::equals AggSpec *   
 

void AggSpec::expand int    prefix,
int    bits
 

int AggSpec::getPrefix int    addr
 

int AggSpec::getSampleAddress  
 

int AggSpec::member Packet   p
 

int AggSpec::prefixBitsForMerger AggSpec *   ,
AggSpec *   
[static]
 

void AggSpec::print  
 

int AggSpec::subsetOfDst int    prefix,
int    bits
 


Member Data Documentation

int AggSpec::dstBits_
 

int AggSpec::dstON_
 

int AggSpec::dstPrefix_
 

int AggSpec::ptype_
 

double AggSpec::ptypeShare_
 


The documentation for this class was generated from the following files:
This document is generated by doxygen.