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  

iface_literal Class Reference

#include <packet.h>

List of all members.

Public Types

enum  iface_constant { UNKN_IFACE = -1, ANY_IFACE = -2 }

Public Member Functions

 iface_literal (const iface_constant i, const char *const n)
int value () const
const char *const name () const

Private Attributes

const iface_constant value_
const char *const name_


Member Enumeration Documentation

enum iface_literal::iface_constant
 

Enumeration values:
UNKN_IFACE 
ANY_IFACE 


Constructor & Destructor Documentation

iface_literal::iface_literal const iface_constant    i,
const char *const    n
[inline]
 


Member Function Documentation

const char* const iface_literal::name   const [inline]
 

int iface_literal::value   const [inline]
 


Member Data Documentation

const char* const iface_literal::name_ [private]
 

const iface_constant iface_literal::value_ [private]
 


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