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

Primary class for managing de-encapsulation entries. More...

#include <AftDecapTable.h>

Public Member Functions

 AftDecapTable ()
 Constructor for encap table.
 
 AftDecapTable (const AftDecapTable &table)
 Copy constructor for decap table. Performs a deep copy of the table. More...
 
void insert (const std::string &newName, const AftFieldVector &newFields)
 
bool find (const std::string &name, AftDecapEntryPtr &decapEntry)
 

Static Public Member Functions

static std::shared_ptr
< AftDecapTable
create ()
 Factory convenience creator for shared_ptr to decap table.
 

Protected Attributes

AftDecapTableMap _decaps
 Map used to hold de-encapsulation entries.
 

Detailed Description

Primary class for managing de-encapsulation entries.

Constructor & Destructor Documentation

AftDecapTable::AftDecapTable ( const AftDecapTable table)

Copy constructor for decap table. Performs a deep copy of the table.

Parameters
[in]tableReference to AftDecapTable instance to copy

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