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
A
 aa_type, set_iterator
 add
 add_all, collection
 add_delay, kitchen_timer
 add_first, deque
 add_last, deque
 add_to_node
 alternate, bit_stream
 append
B
 bg_color_e
 bit_stream
 bs_type
typedef bit aa_type[T]
The shorthand of the associative array type of type T.
virtual function bit add(e)
(VIRTUAL) Adds the given element.
virtual function bit add(e)
(VIRTUAL) Adds the given element at the end of this deque.
virtual function bit add(e)
(VIRTUAL) Creates a new route_node of the given element and adds it to the start.
virtual function route_node_type add(e)
(VIRTUAL) Creates a route node of the given element and adds it as a new to_nodes.
virtual function bit add(e)
(VIRTUAL) Adds the given element to this set if it is not already present.
virtual function bit add(e)
(VIRTUAL) Creates a new tree_node of the given element and adds it to the root.
virtual function tree_node_type add(e)
(VIRTUAL) Creates a tree node of the given element and adds it as a new child.
virtual function bit add_all(collection#( T ) c)
(VIRTUAL) Adds all of the elements in the given collection to this collection.
function void add_delay(time delay)
Adds the specified delay.
virtual function void add_first(e)
(VIRTUAL) Adds the given element at the front of this deque.
virtual function void add_last(e)
(VIRTUAL) Adds the given element at the end of this deque.
virtual function route_node_type add_to_node(e,  
route_node_type node =  null)
(VIRTUAL) Creates a new route_node of the given element and adds it to the specified node.
virtual function tree_node_type add_to_node(e,  
tree_node_type parent =  null)
(VIRTUAL) Creates a new tree_node of the given element and adds it to the tree as the child of the specified parent.
static function bs_type alternate(int unsigned length,  
init_value =  0,
bit randomize_init_value =  0)
(STATIC) Returns a new bit stream with the elements whose values alternate between 0 and 1.
static function da_type append(da_type da,
e)
(STATIC) Appends the specified element to the given dynamic array.
static function q_type append(q_type q,
e)
(STATIC) Appends the specified element to the given queue.
typedef enum { BG_BLACK = 40, BG_RED = 41, BG_GREEN = 42, BG_YELLOW = 43, BG_BLUE = 44, BG_MAGENTA = 45, BG_CYAN = 46, BG_WHITE = 47 } bg_color_e
The enumerated type of background colors.
virtual class bit_stream #(type T =  bit) extends data_stream #( T, 1 )
A parameterized class that manages a bit stream.
typedef T bs_type[]
The bit stream type.
typedef T bs_type[]
The bit stream type.
typedef T bs_type[]
The bit stream type.
typedef T bs_type[]
Bit stream type.