| typedef map<string, PolicyList*> POLICY | POLICY | 
| typedef map<string, POLICY*> PROTOCOL | PROTOCOL | 
| IEMap () | IEMap | 
| ~IEMap () | ~IEMap | 
| PolicyList*  find (const string& proto, const string& mod) | find | 
| void	 insert (const string& proto, const string& mod, PolicyList* pl) | insert | 
| void	 clear () | clear | 
| void	 clear (TARGETSET& ts) | clear | 
| void	 get_targets (const string& proto, const string& mod,
			    TARGETSET& targets) | get_targets | 
| void	 compile (PolicyStatement& ps, TARGETSET& targets, tag_t& tag) | compile | 
| void	 compile (TARGETSET& targets, tag_t& tag) | compile | 
| void	 link_code (Code& code) | link_code | 
| void	 link_code (const string& proto, Code& code) | link_code | 
| void	 get_redist_tags (const string& proto, TagSet& ts) | get_redist_tags |