#include <attribute.h>
Public Methods | |
fixed_attribute (const std::string &tagname, const std::string &fixed_value) | |
template<class VL> | fixed_attribute (const std::string &tagname, const std::string &fixed_value, const VL &vl) |
void | required (bool val) |
Define attribute with fixed value.
V | value class |
Definition at line 147 of file attribute.h.
|
Constructor to define fixed attribute.
Definition at line 153 of file attribute.h. |
|
Constructor to define fixed attribute.
Definition at line 164 of file attribute.h. |
|
Set required. Specifies required flag.
Definition at line 174 of file attribute.h. |