Datamap
Object Hierarchy:
Description:
[
CCode ( type_id =
"osinfo_datamap_get_type ()" ) ]
public class Datamap :
Entity
Content:
Creation methods:
Methods:
- public void insert (string inval, string outval)
Adds the input value and the output value associated to it to the
this.
- public unowned string lookup (string inval)
Returns the output value with which inval
is associated to.
- public unowned string reverse_lookup (string outval)
Returns the input value with which outval
is associated to.
Inherited Members:
All known members inherited from class Osinfo.Entity
All known members inherited from class GLib.Object