Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
G
 ge
 get, deque
 get_breadth_first_iterator
 get_descending_iterator, deque
 get_elapsed, kitchen_timer
 get_first, deque
 get_index, route_node
 get_instance
 get_iterator
 get_last, deque
 get_last_node
 get_location_name, tree
 get_num_children, tree_node
 get_num_of_to_nodes, route_node
 get_remaining, kitchen_timer
 get_state, kitchen_timer
 graft
 gt
H
 has_child, tree_node
 has_next
 has_to_nodes, route_node
 hash, text
 hex_formatter
 hex_min_formatter
virtual function bit ge(x,
y)
(VIRTUAL) Returns 1 if x is greater than or equal to y.
function bit ge(const ref this_type p)
Returns 1 if this object is greater than or equal to the specified pair.
function bit ge(const ref this_type t)
Returns 1 if this object is greater than or equal to the specified tuple.
virtual function bit get(ref e)
(VIRTUAL) Retrieves the head of the deque and remove the element.
virtual function iterator#(T) get_breadth_first_iterator()
(VIRTUAL) Returns a route_breadth_first_iterator over the elements in this route.
virtual function iterator#(T) get_breadth_first_iterator()
(VIRTUAL) Returns a tree_breadth_first_iterator over the elements in this tree.
virtual function iterator#(T) get_descending_iterator()
(VIRTUAL) Returns an iterator over the elements in this deque in reverse order.
function time get_elapsed()
Returns the elapsed time since the timer was last started or resumed.
virtual function bit get_first(ref e)
(VIRTUAL) Retrieves the head of the deque and remove the element.
virtual function int get_index(int from_node_index)
(VIRTUAL) Returns the index of the to_nodes this node is connected to, from the view point of the specified “from node”.
static function this_type get_instance()
(STATIC) Returns the singleton instance of this formatter.
static function this_type get_instance()
(STATIC) Returns the singleton instance of this comparator.
static function this_type get_instance()
(STATIC) Returns the singleton instance of this formatter.
static function this_type get_instance()
(STATIC) Returns the singleton instance of this formatter.
static function this_type get_instance()
(STATIC) Returns the singleton instance of this formatter.
static function this_type get_instance()
(STATIC) Returns the singleton instance of this formatter.
static function this_type get_instance()
(STATIC) Returns the singleton instance of this formatter.
static function this_type get_instance()
(STATIC) Returns the singleton instance of this comparator.
static function string_formatter get_instance()
(STATIC) Returns the singleton instance of this formatter.
static function this_type get_instance()
(STATIC) Returns the singleton instance of this comparator.
pure virtual function iterator#(T) get_iterator()
(PURE) (VIRTUAL) Returns an iterator over the elements contained in this collection.
virtual function iterator#(T) get_iterator()
(VIRTUAL) Returns an iterator over the elements in this deque.
virtual function iterator#(T) get_iterator()
(VIRTUAL) Returns an iterator over the elements in this route.
virtual function iterator#(T) get_iterator()
(VIRTUAL) Returns an iterator over the elements in this set.
virtual function iterator#(T) get_iterator()
(VIRTUAL) Returns an iterator over the elements in this tree.
virtual function bit get_last(ref e)
(VIRTUAL) Retrieves the tail of the deque and remove the element.
virtual function route_node_type get_last_node()
(VIRTUAL) Returns the last route node in the breadth-first order.
virtual function tree_node_type get_last_node()
(VIRTUAL) Returns the last tree node in the breadth-first order.
virtual function string get_location_name(tree_node_type tn)
(VIRTUAL) Returns the human-readable location string of this node from the root.
virtual function int get_num_children()
(VIRTUAL) Returns the number of (immediate) children of this tree node.
virtual function int get_num_of_to_nodes()
(VIRTUAL) Returns the number of to_nodes.
function time get_remaining()
Returns the remaining time to ring.
function state_e get_state()
Returns the current state of the timer.
virtual function tree_node_type graft(tree_node_type tn,  
tree_node_type parent =  null)
(VIRTUAL) Grafts the given tree_node (and its children) to the tree as the child of the specified parent.
virtual function tree_node_type graft(tree_node_type tn)
(VIRTUAL) Grafts the given tree node (and its children) as a new child.
virtual function bit gt(x,
y)
(VIRTUAL) Returns 1 if x is greater than y.
virtual function bit gt(x,
y)
(VIRTUAL) Returns 1 if x is greater than y.
function bit gt(const ref this_type p)
Returns 1 if this object is greater than the specified pair.
function bit gt(const ref this_type t)
Returns 1 if this object is greater than the specified tuple.
virtual function bit has_child()
(VIRTUAL) Returns if this tree node has at least one child.
virtual function bit has_next()
(VIRTUAL) Returns 1 if the iterator has more elements.
virtual function bit has_next()
(VIRTUAL) Returns 1 if the iterator has more elements.
pure virtual function bit has_next()
(PURE) (VIRTUAL) Returns 1 if the iteration has more elements.
virtual function bit has_next()
(VIRTUAL) Returns 1 if the iterator has more elements.
virtual function bit has_next()
(VIRTUAL) Returns 1 if the iterator has more elements.
virtual function bit has_next()
(VIRTUAL) Returns 1 if the iterator has more elements.
virtual function bit has_to_nodes()
(VIRTUAL) Returns if this route node has at least one to_nodes.
static function int hash(string s)
(STATIC) Returns the hash value of the given string.
class hex_formatter #(type T =  int) extends formatter#( T )
(SINGLETON) Provides a strategy to convert an object of type T to a string using a hexadecimal format.
class hex_min_formatter #(type T =  int) extends formatter#( T )
(SINGLETON) Provides a strategy to convert an object of type T to a string using a hexadecimal format with the minimum width.