RReg
Object Hierarchy:
Description:
[ Compact ]
[ CCode ( cname = "RReg" , cprefix = "r_reg_" , free_function = "r_reg_free" ) ]
public class RReg
Content:
Classes:
Enums:
Static methods:
Creation methods:
Methods:
- public Item @get (string name, int type = -1)
- public void arena_pop ()
- public bool arena_push ()
- public void fit_arena ()
- public uint8* get_bytes (Type type, out int size = null)
- public double get_double (Item item)
- public float get_float (Item item)
- public unowned string get_name (int role)
- public uint64 get_pack (Item item, int pidx, int pbits)
- public uint64 get_value (Item item)
- public int set_bytes (Type type, uint8* buf, int len)
- public bool set_double (Item item, double val)
- public bool set_float (Item item, float val)
- public bool set_name (int role, string name)
- public bool set_pack (Item item, int pidx, int pbits, uint64 val)
- public bool set_profile (string file)
- public bool set_profile_string (string profile)
- public bool set_value (Item item, uint64 val)