| 
 | 
 | ||||||||||||||||
This is a specialized version of the CodeGenerator used for import filters. It skips the source section of terms and replaces it with tag matching instead.
| ExportCodeGenerator (const string& proto, 
			const SourceMatchCodeGenerator::Tags& t,
			const VarMap& varmap,
			PolicyMap& pmap) | ExportCodeGenerator | 
Parameters:
| proto | Protocol for which code will be generated. | 
| t | information on which tags should be used. | 
| varmap | varmap. | 
| const Element*  visit_term (Term& term) | visit_term | 
Reimplemented from CodeGenerator.