示例#1
0
I_Value* toValue_ullong( vuint64 inValue )
{
	I_Value* pValue = new FBL::Value_ullong();
	
	pValue->put_ULLong( inValue );
	
	return pValue;
}