AFI
Advanced Forwarding Interface
 All Classes Functions Variables Typedefs Enumerations Enumerator Friends Groups
Classes | Typedefs
AftTypes

Classes

class  AftTypeEntry
 Class used to describe an individual type entry. More...
 
class  AftTypeTable
 Table that holds all the known and legal types for a sandbox. More...
 

Typedefs

typedef std::shared_ptr
< AftTypeEntry
AftTypeEntryPtr
 Shared pointer to AftTypeEntry. We reference all AftTypeEntry objects via shared pointers.
 
typedef std::map< std::string,
AftTypeEntryPtr
AftTypeTableMap
 Underlying map used to implement AftTypeTable.
 
typedef std::vector
< AftTypeEntryPtr
AftTypeTableVector
 Underlying map used to implement AftTypeTable.
 
typedef std::shared_ptr
< AftTypeTable
AftTypeTablePtr
 Pointer typedef for type tables.
 

Detailed Description