#include <pmConcepts.h>
Defines the name, default comment, blank value, and functions to parse (after reading) and format (before writing) the concept.
Definition at line 42 of file pmConcepts.h.
Data Fields | |
| psMetadataItem * | blank |
| Blank value of concept; also contains the name and comment. | |
| pmConceptParseFunc | parse |
| Function to call to read the concept. | |
| pmConceptFormatFunc | format |
| Function to call to write the concept. | |
| psMetadataItem* pmConceptSpec::blank |
Blank value of concept; also contains the name and comment.
Definition at line 44 of file pmConcepts.h.
1.5.1