void HTMLInputPassword::Reset(void) { SetValue(DefValue()); }
void Compiler::DefineValue( const yy::location& location, int type, ValueList* pValueList ) { std::auto_ptr < ValueList > valueList( pValueList ); pValueList->ForEach( DefValue( this, type ) ); }