Linked list of Pars that belong together. More...
Public Attributes | |
char * | name |
Par * | p |
int | max_name_len |
int | max_value_len |
struct Block_s * | next |
Linked list of Pars that belong together.
Definition at line 100 of file par.c.
Definition at line 103 of file par.c.
Referenced by add_block(), add_par(), and par_dump().
Definition at line 104 of file par.c.
Referenced by add_block(), add_par(), par_cmdline(), and par_dump().
char* Block::name |
Definition at line 101 of file par.c.
Referenced by add_block(), find_block(), free_all(), par_dist_mpi(), and par_dump().
struct Block_s* Block::next |
Definition at line 105 of file par.c.
Referenced by add_block(), find_block(), free_all(), par_dist_mpi(), and par_dump().
Definition at line 102 of file par.c.
Referenced by add_block(), add_par(), find_par(), free_all(), par_dist_mpi(), and par_dump().