| PeerTableInfo (BGPRouteTable<A> *init_route_table, 
		  const PeerHandler *ph,
		  uint32_t genid) | PeerTableInfo | 
| BGPRouteTable<A> * route_table () | route_table | 
[const]
| const PeerHandler*  peer_handler () | peer_handler | 
[const]
| void  set_genid (uint32_t genid) | set_genid | 
| uint32_t  genid () | genid | 
[const]
| bool  busy () | busy | 
[const]
| void  set_busy (bool busy) | set_busy | 
| bool  has_queued_data () | has_queued_data | 
[const]
| void  set_has_queued_data (bool has_data) | set_has_queued_data | 
| void  set_queue_position (typename list<const RouteQueueEntry<A>*>::iterator posn) | set_queue_position | 
| typename list<const RouteQueueEntry<A>*>::iterator  queue_position () | queue_position | 
[const]