예제 #1
0
void HTMLInputPassword::Reset(void)
{
	SetValue(DefValue());
}
예제 #2
0
파일: Compiler.cpp 프로젝트: alex-games/a1
void Compiler::DefineValue( const yy::location& location, int type, ValueList* pValueList )
{
	std::auto_ptr < ValueList > valueList( pValueList );
	pValueList->ForEach( DefValue( this, type ) );
}