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