pmc_inout::inout_line_t Struct Reference

A single line of input data, split at whitespace. More...

List of all members.

Public Attributes

character(len=MAX_VAR_LENname
 Variable name.
character(len=MAX_VAR_LENdata
 Array of data as strings.


Detailed Description

A single line of input data, split at whitespace.

Input lines are assumed to be in the format

 <name> <whitespace> <data1> <whitespace> <data2> ... # optional comment
 
An inout_line_t structure stores the name and data split at whitespace.

Member Data Documentation

character(len=MAX_VAR_LEN) pmc_inout::inout_line_t::name

Variable name.

character(len=MAX_VAR_LEN) pmc_inout::inout_line_t::data

Array of data as strings.


The documentation for this struct was generated from the following file:
Generated on Sun Feb 17 10:31:05 2008 for PartMC by  doxygen 1.5.4