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  

ID Struct Reference

#include <path.h>

List of all members.

Public Member Functions

 ID ()
 ID (unsigned long name, ID_Type t)
 ID (const struct sr_addr &a)
void fillSRAddr (struct sr_addr &a)
nsaddr_t getNSAddr_t () const
bool operator== (const ID &id2) const
bool operator!= (const ID &id2) const
int size () const
void unparse (FILE *out) const
char * dump () const

Public Attributes

unsigned long addr
ID_Type type
Time t
Link_Type link_type
Log_Status log_stat

Friends

class Path


Constructor & Destructor Documentation

ID::ID   [inline]
 

ID::ID unsigned long    name,
ID_Type    t
[inline]
 

ID::ID const struct sr_addr   a [inline]
 


Member Function Documentation

char * ID::dump   const
 

void ID::fillSRAddr struct sr_addr   a [inline]
 

nsaddr_t ID::getNSAddr_t   const [inline]
 

bool ID::operator!= const ID &    id2 const [inline]
 

bool ID::operator== const ID &    id2 const [inline]
 

int ID::size   const [inline]
 

void ID::unparse FILE *    out const
 


Friends And Related Function Documentation

friend class Path [friend]
 


Member Data Documentation

unsigned long ID::addr
 

Link_Type ID::link_type
 

Log_Status ID::log_stat
 

Time ID::t
 

ID_Type ID::type
 


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