#include <memberdef.h>
Public Methods | |
template<class P, class V> | _fixed_array (const std::string &tagname, const std::string &fixed_value, V P::*m, int minOccurs, int maxOccurs) |
template<class P, class V, class VL> | _fixed_array (const std::string &tagname, const std::string &fixed_value, V P::*m, const VL &vl, int minOccurs, int maxOccurs, bool emptiable=false) |
Fixed value members are implemented as container of a fixed value. Container element should be simpleType.
Definition at line 223 of file memberdef.h.
|
define a member array of a fixed-value.
Definition at line 233 of file memberdef.h. |
|
define member array of a fixed value.
Definition at line 250 of file memberdef.h. |