Class that abstracts a XMLPI.
More...
#include <cgicc/XMLPI.h>
|
| MStreamable () |
| Empty constructor.
|
|
virtual | ~MStreamable () |
| Empty destructor.
|
|
virtual void | render (std::ostream &out) const =0 |
| Write this object to a stream.
|
|
Class that abstracts a XMLPI.
This class add the XMLPI feature
Definition at line 44 of file XMLPI.h.
◆ XMLPI()
cgicc::XMLPI::XMLPI |
( |
std::string |
name | ) |
|
Constructor.
Create a new XMLPI.h object
- Parameters
-
input | The name of the XMLPI |
◆ ~XMLPI()
virtual cgicc::XMLPI::~XMLPI |
( |
| ) |
|
|
virtual |
Destructor.
Delete this XMLPI object
◆ getAttributes()
◆ getName()
std::string cgicc::XMLPI::getName |
( |
| ) |
const |
|
inline |
◆ render()
virtual void cgicc::XMLPI::render |
( |
std::ostream & |
out | ) |
const |
|
virtual |
Write this object to a stream.
Subclasses must implement this function.
- Parameters
-
out | The ostream to which to write. |
Implements cgicc::MStreamable.
The documentation for this class was generated from the following file: