Range
Object Hierarchy:
Description:
[ CCode ( ref_function = "nm_range_ref" , type_id = "nm_range_get_type ()" , unref_function = "nm_range_unref" ) ]
[ Compact ]
public class Range
Content:
Static methods:
Creation methods:
Methods:
- public Range @ref ()
Increases the reference count of the object.
- public int cmp (Range b)
Compare two ranges.
- public bool get_range (out uint64 start, out uint64 end)
Gets the start and end values for the range.
- public string to_str ()
Convert a nmrange to a string.
- public void unref ()
Decreases the reference count of the object.