Wrapper around a variable number of name/value pairs. More...
#include <xmltooling/exceptions.h>
Public Member Functions | |
namedparams () | |
Initializes with zero parameters. | |
namedparams (int count,...) | |
Initializes the named parameter set. |
Wrapper around a variable number of name/value pairs.
xmltooling::namedparams::namedparams | ( | int | count, | |
... | ||||
) |
Initializes the named parameter set.
count | the number of name/value pairs that follow (must be even) |