22 #ifndef _OutControlRegistry_hxx_
23 #define _OutControlRegistry_hxx_
35 std::vector<OutControlBase*> mOutControls;
37 typedef std::vector<OutControlBase*>::iterator
Iterator;
42 bool Has(
const std::string& name)
const;
46 void Clear(){ mOutControls.clear(); }
52 std::string AvailableNames()
const;