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
F
 fds, network
 fg_color_e
 fifth, tuple
 find_any, text
 first
 fmtr, collection
 formatter
 fourth, tuple
 from_dynamic_array
 from_nodes, route_node
 from_queue
 from_unpacked_array
 Functions
static integer fds[]
The dynamic array of file descriptors.
typedef enum { FG_BLACK = 30, FG_RED = 31, FG_GREEN = 32, FG_YELLOW = 33, FG_BLUE = 34, FG_MAGENTA = 35, FG_CYAN = 36, FG_WHITE = 37 } fg_color_e
The enumerated type of foreground colors.
T5 fifth
The fifth value inside the tuple.
static function int find_any(string s,  
string_q subs,  
int start_pos =  0,
int end_pos =  -1)
(STATIC) Returns the lowest index in the given string where each specified substring is found.
T1 first
The first value inside the pair.
T1 first
The first value inside the tuple.
protected formatter#(T) fmtr
(PROTECTED) An object that provides a function to convert the element of type T to a string.
class formatter #(type T =  int)
(SINGLETON) Provides a strategy to convert an object of type T into a string.
T4 fourth
The fourth value inside the tuple.
static function pa_type from_dynamic_array(const ref da_type da,  
input bit reverse =  0)
(STATIC) Converts a dynamic array of type T to a packed array of the same type.
static function q_type from_dynamic_array(const ref da_type da,  
input bit reverse =  0)
(STATIC) Converts a dynamic array of type T to a queue of the same type.
static function ua_type from_dynamic_array(const ref da_type da,  
input bit reverse =  0)
(STATIC) Converts a dynamic array of type T to un unpacked array of the same type.
route_node_type from_nodes[$]
The nodes this node is connected from.
static function da_type from_queue(const ref q_type q,  
input bit reverse =  0)
(STATIC) Converts a queue of type T to a dynamic array of the same type.
static function pa_type from_queue(const ref q_type q,  
input bit reverse =  0)
(STATIC) Converts a queue of type T to a packed array of the same type.
static function ua_type from_queue(const ref q_type q,  
input bit reverse =  0)
(STATIC) Converts a queue of type T to an unpacked array of the same type.
static function da_type from_unpacked_array(const ref ua_type ua,  
input bit reverse =  0)
(STATIC) Converts an unpacked array of type T to a dynamic array of the same type.
static function pa_type from_unpacked_array(const ref ua_type ua,  
input bit reverse =  0)
(STATIC) Converts an unpacked array of type T to a packed array of the same type.
static function q_type from_unpacked_array(const ref ua_type ua,  
input bit reverse =  0)
(STATIC) Converts an unpacked array of type T to a queue of the same type.