| siena::attribute | Interface of a generic attribute in the Siena data model |
| siena::BCTable | Implementation of the forwarding table based on Bloom filters and counting algorithm |
| siena::BDDBTable | Implementation of the forwarding table based on Bloom filters. This implementation consolidates each predicate into a BDD, which is then used for matching |
| siena::BDDBTableBase | Implementation of the forwarding table based on Bloom filters and BDDs. This is the common structure of the BDD-based algorithm |
| siena::BTable | Implementation of the forwarding table based on Bloom filters |
| siena::BXTable | Implementation of the forwarding table based on Bloom filters and a data structure used for matching called XDD |
| siena::constraint | Interface of a generic constraint in the Siena data model |
| siena::filter | Interface of a generic filter in the Siena data model |
| siena::ForwardingTable | The heart of the forwarding table |
| siena::FwdTable | Implementation of a forwarding table based on an improved "counting" algorithm |
| siena::string_t::iterator | Iterator type for string_t |
| siena::message::iterator | Interface of a generic message iterator |
| siena::filter::iterator | Interface of a generic filter iterator |
| siena::predicate::iterator | Interface of a generic predicate iterator |
| siena::MatchHandler | Hook for the output function for matching interfaces |
| siena::MatchMessageHandler | Hook for the output function for matching interfaces |
| siena::message | Interface of a generic message in the Siena data model |
| siena::predicate | Interface of a generic predicate in the Siena data model |
| siena::SortedBTable | Implementation of the forwarding table based on Bloom filters |
| siena::string_t | String type |
| siena::value | Interface of a generic value in the Siena data model |
| siena::ZDDBTable | Implementation of the forwarding table based on Bloom filters. This implementation consolidates each predicate into a ZDD, which is then used for matching |