OpenSDN source code
XmlWriter Class Reference

#include <controller_peer.h>

Inheritance diagram for XmlWriter:
Collaboration diagram for XmlWriter:

Public Member Functions

 XmlWriter (std::string *repr)
 
virtual void write (const void *data, size_t size)
 

Private Attributes

std::string * repr_
 

Detailed Description

Definition at line 36 of file controller_peer.h.

Constructor & Destructor Documentation

◆ XmlWriter()

XmlWriter::XmlWriter ( std::string *  repr)
inlineexplicit

Definition at line 38 of file controller_peer.h.

Member Function Documentation

◆ write()

virtual void XmlWriter::write ( const void *  data,
size_t  size 
)
inlinevirtual

Definition at line 39 of file controller_peer.h.

Member Data Documentation

◆ repr_

std::string* XmlWriter::repr_
private

Definition at line 43 of file controller_peer.h.


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