|
xmltooling 3.3.0
|
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. | |
Public Member Functions inherited from xmltooling::params | |
| params () | |
| Initializes with zero parameters. | |
| params (int count,...) | |
| Initializes the parameter set. | |
| const std::vector< const char * > & | get () const |
| Returns an immutable reference to the set of parameters. | |
Additional Inherited Members | |
Protected Attributes inherited from xmltooling::params | |
| std::vector< const char * > | v |
| Contains the parameters being passed. | |
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) |