Wrapper around a variable number of arguments.
More...
#include <xmltooling/exceptions.h>
|
| params () |
| Initializes with zero parameters.
|
|
| params (int count,...) |
| Initializes the parameter set. More...
|
|
const std::vector< const char * > & | get () const |
| Returns an immutable reference to the set of parameters. More...
|
|
|
std::vector< const char * > | v |
| Contains the parameters being passed. More...
|
|
Wrapper around a variable number of arguments.
xmltooling::params::params |
( |
int |
count, |
|
|
|
... |
|
) |
| |
Initializes the parameter set.
- Parameters
-
count | the number of parameters that follow |
const std::vector<const char*>& xmltooling::params::get |
( |
| ) |
const |
|
inline |
Returns an immutable reference to the set of parameters.
- Returns
- the parameter set
std::vector<const char*> xmltooling::params::v |
|
protected |
Contains the parameters being passed.
The documentation for this class was generated from the following file: