#include <xmltooling/exceptions.h>
Inheritance diagram for xmltooling::params:
Public Member Functions | |
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. | |
Protected Attributes | |
std::vector< const char * > | v |
Contains the parameters being passed. |
|
Initializes the parameter set.
|
|
Returns an immutable reference to the set of parameters.
|