Public Attributes

Par Struct Reference

Holds a single name=valuecomment tuple as a linked list. More...

List of all members.

Public Attributes

char * name
char * value
char * comment
struct Par_s * next

Detailed Description

Holds a single name=valuecomment tuple as a linked list.

Definition at line 91 of file par.c.


Member Data Documentation

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().


The documentation for this struct was generated from the following file: