#include <attributefactory.h>
Static Public Member Functions | |
static Attribute * | make (istream &in) throw ( logic_error ) |
|
static |
Processes a single attribute declaration, consisting of the keyword &attribute
, name, and either the keyword numeric
or a list of nominal values.
in | an input stream containing the attribute's tokens |
logic_error | if a parse exception occurs |