class AttributeManager
		 | 
		 
                
		| 
 AttributeManager manages the storage of PathAttributeLists, so
 that we don't store the same attribute list more than once. More... |  
	 
	 
	
	 | 
 | 
 
Public Methods
 AttributeManager manages the storage of PathAttributeLists, so
 that we don't store the same attribute list more than once.  The
 interface is simple: to store something, you give it a pointer, and
 it gives you back a pointer to where it stored it.  To unstore
 something, you just tell it to delete it, and the undeletion is
 handled for you if no-one else is still referencing a copy.
 
 AttributeManager ()
  | AttributeManager | 
void  delete_attribute_list (PAListRef<A>& attribute_list)
  | delete_attribute_list | 
int  number_of_managed_atts ()
  | number_of_managed_atts | 
 [const]
	
Generated by: pavlin on kobe.xorp.net on Wed Dec 24 16:29:14 2008, using kdoc 2.0a54+XORP.