|
COOPY » Guide
version 0.6.5
|
#include <FormatDesc.h>
Public Member Functions | |
| Option (const char *tag, PolyValue val, const char *notes, bool opt) | |
Data Fields | |
| std::string | tag |
| PolyValue | val |
| std::string | notes |
| bool | opt |
Definition at line 41 of file FormatDesc.h.
| coopy::store::FormatDesc::Option::Option | ( | const char * | tag, |
| PolyValue | val, | ||
| const char * | notes, | ||
| bool | opt | ||
| ) | [inline] |
Definition at line 48 of file FormatDesc.h.
| std::string coopy::store::FormatDesc::Option::notes |
Definition at line 45 of file FormatDesc.h.
Definition at line 46 of file FormatDesc.h.
| std::string coopy::store::FormatDesc::Option::tag |
Definition at line 43 of file FormatDesc.h.
Referenced by coopy::store::FormatDesc::toString().
Definition at line 44 of file FormatDesc.h.
Referenced by coopy::store::FormatDesc::toString().
1.7.4