References
bad_tree_error() = {invalid_node_index_for_ipv4_root, map()} | {ipv4_root_data_index_out_of_range, map()}
index() = non_neg_integer()
ip4_address_prefix() = {inet:ip4_address(), 0..32}
ip6_address_prefix() = {inet:ip6_address(), 0..128}
ip_address_prefix() = ip4_address_prefix() | ip6_address_prefix()
abstract datatype: t()
lookup/2 | Looks up for a DataIndex for Address within Tree |
new/5 | Instantiates a new Tree out of TreeData , a few
metadata properties and DataSectionSize |
lookup(Address, Tree) -> {ok, DataIndex} | not_found | {error, Reason}
Looks up for a DataIndex
for Address
within Tree
new(TreeData, NodeCount, RecordSize, IpVersion, DataSectionSize) -> {ok, Tree} | {error, Reason}
Instantiates a new Tree
out of TreeData
, a few
metadata properties and DataSectionSize
Generated by EDoc