Siena Fast Forwarding Documentation (v. 2.0.1)
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
\NsienaName space for Siena
 oCMatchHandlerHook for the output function for matching interfaces
 oCFIBBasic services of a forwarding table
 oCAttributesFIBA forwarding table for the attribute-based, single-tree model
 oCTagsFIBA forwarding table for the tag-based, single-tree model
 oCStringBinary string type
 oCValueInterface of a generic value in the attribute-based data model
 oCAttributeInterface of a generic attribute in the attribute-based data model
 oCConstraintInterface of a generic constraint in the attribute-based data model
 oCBadConstraintError condition for an invalid constraint
 oCMessageInterface of a generic message in the attribute-based data model
 |\CIteratorInterface of a generic message iterator
 oCFilterInterface of a generic filter in the attribute-based data model
 |\CIteratorInterface of a generic filter iterator
 oCPredicateInterface of a generic predicate in the attribute-based data model
 |\CIteratorInterface of a generic predicate iterator
 oCFwdTableImplementation of a forwarding table based on an improved "counting" algorithm
 oCBTableImplementation of the forwarding table based on Bloom filters
 oCSortedBTableImplementation of the forwarding table based on Bloom filters
 oCBCTableImplementation of the forwarding table based on Bloom filters and counting algorithm
 oCBVTableImplementation of the forwarding table based on Bloom filters and a data structure used for matching called XDD
 oCBXTableImplementation of the forwarding table based on Bloom filters and a data structure used for matching called XDD
 oCBDDBTableImplementation of the forwarding table based on Bloom filters. This implementation consolidates each predicate into a binary decision diagram (BDD) that is then used for matching
 oCZDDBTableImplementation of the forwarding table based on Bloom filters. This implementation consolidates each predicate into a zero-suppressed decision diagram (ZDD), which is then used for matching
 oCBTrieTableImplementation of TagsFIB based on an encoding of tag sets as Bloom filters represented as a trie
 oCTagInterface of a generic tag in the Siena data model
 oCTagSetInterface of a generic tag set in the tag-based data model
 |\CIteratorIterator for a tag set
 oCTagSetListInterface of a generic predicate in the "tagset" Siena data model
 |\CIteratorInterface of a generic reference to a tagset in a tagset list
 oCTagsTableImplementation of TagsFIB based on an encoding of tag sets as Bloom filters represented as a trie
 \CTTableVery simple implementation of a TagsFIB