| ChainedSubnetRoute (const IPNet<A> &net,
		       const PathAttributeList<A> *attributes) | ChainedSubnetRoute | 
| ChainedSubnetRoute (const SubnetRoute<A>& route,
		       const ChainedSubnetRoute<A>* prev) | ChainedSubnetRoute | 
| ChainedSubnetRoute (const ChainedSubnetRoute& csr) | ChainedSubnetRoute | 
| const ChainedSubnetRoute<A> * prev () | prev | 
[const]
| const ChainedSubnetRoute<A> * next () | next | 
[const]
| bool  unchain () | unchain | 
[const]
| void  set_next (const ChainedSubnetRoute<A> *next) | set_next | 
[protected const]
| void  set_prev (const ChainedSubnetRoute<A> *prev) | set_prev | 
[protected const]
| ChainedSubnetRoute&  operator= (const ChainedSubnetRoute& csr) | operator= | 
[protected]
Reimplemented from SubnetRoute.