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
AftFieldTable Class Reference

Table that holds all the known and legal fields for a sandbox. More...

#include <AftFieldTable.h>

Public Member Functions

 AftFieldTable ()
 Constructor for AftFieldTable.
 
 AftFieldTable (const AftFieldTable &table)
 Copy constructor. More...
 
const AftFieldTableMapfields () const
 
void insert (const std::string &newName, uint32_t newBitlength=0, uint32_t newHwID=0)
 
bool find (const std::string &name, AftFieldEntryPtr &fieldEntry)
 
bool isValid (std::string fieldName)
 

Static Public Member Functions

static std::shared_ptr
< AftFieldTable
create ()
 Factory convenience creator for shared_ptr to field table.
 

Protected Attributes

AftFieldTableMap _fields
 std::map of field entries keyed by their names
 

Detailed Description

Table that holds all the known and legal fields for a sandbox.

Constructor & Destructor Documentation

AftFieldTable::AftFieldTable ( const AftFieldTable table)

Copy constructor.

Parameters
[in]tableReference to table to copy

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