QMCPACK
XMLAttribute Class Reference
+ Collaboration diagram for XMLAttribute:

Public Member Functions

void Write (std::ostream &out)
 
void Write (std::string &out)
 
 XMLAttribute (std::string name, std::string content)
 
 XMLAttribute (std::string name, double val)
 
 XMLAttribute (std::string name, int val)
 
 XMLAttribute (const XMLAttribute &attr)
 

Private Attributes

std::string Name
 
std::string Content
 

Detailed Description

Definition at line 25 of file XMLWriterClass2.h.

Constructor & Destructor Documentation

◆ XMLAttribute() [1/4]

XMLAttribute ( std::string  name,
std::string  content 
)

◆ XMLAttribute() [2/4]

XMLAttribute ( std::string  name,
double  val 
)

◆ XMLAttribute() [3/4]

XMLAttribute ( std::string  name,
int  val 
)

◆ XMLAttribute() [4/4]

XMLAttribute ( const XMLAttribute attr)

Member Function Documentation

◆ Write() [1/2]

void Write ( std::ostream &  out)

◆ Write() [2/2]

void Write ( std::string &  out)

Member Data Documentation

◆ Content

std::string Content
private

Definition at line 27 of file XMLWriterClass2.h.

◆ Name

std::string Name
private

Definition at line 27 of file XMLWriterClass2.h.


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