ProteoWizard
|
vector of name/value pairs to be written as XML attributes More...
#include <XMLWriter.hpp>
Inherits std::vector< T >.
Public Member Functions | |
void | add (const std::string &name, const double &value) |
void | add (const std::string &name, const int &value) |
template<typename T > | |
void | add (const std::string &name, const T &value) |
Additional Inherited Members | |
![]() | |
T | elements |
STL member. |
vector of name/value pairs to be written as XML attributes
Definition at line 81 of file XMLWriter.hpp.
void pwiz::minimxml::XMLWriter::Attributes::add | ( | const std::string & | name, |
const double & | value | ||
) |
Referenced by testNormalization().
void pwiz::minimxml::XMLWriter::Attributes::add | ( | const std::string & | name, |
const int & | value | ||
) |
|
inline |
Definition at line 88 of file XMLWriter.hpp.