[Gems-users] type conversion


Date: Thu, 3 Jun 2010 12:36:45 +0800
From: "VLIW" <fgtnudt@xxxxxxxxx>
Subject: [Gems-users] type conversion
Hi :
    I tried to achieve a function Set getPredictionForGETS(Address) in GEMS,
          Set getPredictionForGETS(Address)
          {
              Set prediction;
              prediction.addSet(OWNER);
              ...
           }
 
the input parameter was a address type, but the OWNER is Set type. How can I map the address to a OWNER?  Can you give me some hints? 
 
------------------
Fu GuiTao
 

 

[← Prev in Thread] Current Thread [Next in Thread→]
  • [Gems-users] type conversion, VLIW <=