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