Ntk.Core.CloneRoute Reference Manual
Packages
Netsukuku - vala port
Ntk
Core
CloneRoute
compare_func
equal_func
hash_func
CloneRoute
compare_to
contains
contains_nip
lvlid_to_nip
nip_to_lvlid
to_string
dest
first_hop
gwdev
gwipstr
gwnip
gwrem
hops
hops_with_gw
mymap_me
rem
rem_at_gw
CloneRoute
Object Hierarchy:
Description:
public
class
CloneRoute
:
Object
Namespace:
Ntk.Core
Package:
Netsukuku - vala port
Content:
Static methods:
public
static
bool
equal_func
(
CloneRoute
? a,
CloneRoute
? b)
public
static
uint
hash_func
(
CloneRoute
a)
public
static
int
compare_func
(
CloneRoute
a,
CloneRoute
b)
The route 'this' is better (greater) than 'other' if its rem is better
Creation methods:
public
CloneRoute
(
Route
route)
Methods:
public
string
to_string
()
public
int
compare_to
(
CloneRoute
other)
public
bool
contains
(
HCoord
hop)
The path contains a specified hop?
public
bool
contains_nip
(
NIP
nip)
public
HCoord
nip_to_lvlid
(
NIP
nip)
public
PartialNIP
lvlid_to_nip
(
HCoord
lvlid)
Fields:
public
string
gwdev
public
REM
gwrem
public
NIP
gwnip
public
string
gwipstr
public
REM
rem
public
REM
rem_at_gw
public
HCoord
dest
public
HCoord
first_hop
public
List
<
HCoord
>
hops
public
List
<
HCoord
>
hops_with_gw
public
NIP
mymap_me