Siena Fast Forwarding Documentation (v. 1.13.0)
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
 oCMatchMessageHandlerHook for the output function for matching interfaces
 oCForwardingTableThe heart of the forwarding table
 oCstring_tString type
 |\CiteratorIterator type for string_t
 oCvalueInterface of a generic value in the Siena data model
 oCattributeInterface of a generic attribute in the Siena data model
 oCconstraintInterface of a generic constraint in the Siena data model
 oCmessageInterface of a generic message in the Siena data model
 |\CiteratorInterface of a generic message iterator
 oCfilterInterface of a generic filter in the Siena data model
 |\CiteratorInterface of a generic filter iterator
 oCpredicateInterface of a generic predicate in the Siena 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
 oCBXTableImplementation of the forwarding table based on Bloom filters and a data structure used for matching called XDD
 oCBDDBTableBaseImplementation of the forwarding table based on Bloom filters and BDDs. This is the common structure of the BDD-based algorithm
 oCBDDBTableImplementation of the forwarding table based on Bloom filters. This implementation consolidates each predicate into a BDD, which is then used for matching
 oCZDDBTableImplementation of the forwarding table based on Bloom filters. This implementation consolidates each predicate into a ZDD, which is then used for matching
 \CBTrieTableImplementation of the forwarding table based on Bloom filters