Holds a single name=valuecomment tuple as a linked list. More...
Public Attributes | |
| char * | name |
| char * | value |
| char * | comment |
| struct Par_s * | next |
Holds a single name=valuecomment tuple as a linked list.
Definition at line 91 of file par.c.
| char* Par::comment |
Definition at line 94 of file par.c.
Referenced by add_par(), free_all(), par_dist_mpi(), and par_dump().
| char* Par::name |
Definition at line 92 of file par.c.
Referenced by add_par(), find_par(), free_all(), par_dist_mpi(), and par_dump().
| struct Par_s* Par::next |
Definition at line 95 of file par.c.
Referenced by add_par(), find_par(), free_all(), par_dist_mpi(), and par_dump().
| char* Par::value |
Definition at line 93 of file par.c.
Referenced by add_par(), free_all(), par_cmdline(), par_dist_mpi(), par_dump(), and par_getsl().
1.7.1