xmltooling  1.6.0
xmltooling::namedparams Class Reference

Wrapper around a variable number of name/value pairs. More...

#include <xmltooling/exceptions.h>

Inheritance diagram for xmltooling::namedparams:
Collaboration diagram for xmltooling::namedparams:

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.

Detailed Description

Wrapper around a variable number of name/value pairs.

Constructor & Destructor Documentation

xmltooling::namedparams::namedparams ( int  count,
  ... 
)

Initializes the named parameter set.

Parameters
countthe number of name/value pairs that follow (must be even)

The documentation for this class was generated from the following file: