AFI
Advanced Forwarding Interface
 All Classes Functions Variables Typedefs Enumerations Enumerator Friends Groups
Public Member Functions | Protected Attributes | List of all members
AftTypeEntry Class Reference

Class used to describe an individual type entry. More...

#include <AftTypeTable.h>

Public Member Functions

 AftTypeEntry (const std::string &newName)
 Constructor for type entries. More...
 
const std::string name () const
 
const AftTypeIndex index () const
 

Protected Attributes

std::string _name
 Name of the type entry.
 
AftTypeIndex _index
 Index of type.
 

Detailed Description

Class used to describe an individual type entry.

Constructor & Destructor Documentation

AftTypeEntry::AftTypeEntry ( const std::string &  newName)
inline

Constructor for type entries.

Parameters
[in]newNameReference to type entry name

Member Function Documentation

const AftTypeIndex AftTypeEntry::index ( ) const
inline
Returns
Index of the type entry
const std::string AftTypeEntry::name ( ) const
inline
Returns
Name of the type entry

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