Poco::Netconf

class NetconfOutputStream

Library: Netconf
Package: Netconf
Header: Poco/Netconf/NetconfStream.h

Description

This class is used for writing E-Netconf messages to a SMTP server. All occurences of "\r\n.\r\n" are replaced with "\r\n..\r\n".

Inheritance

Direct Base Classes: NetconfIOS, std::ostream

All Base Classes: NetconfIOS, std::ios, std::ostream

Member Summary

Inherited Functions: close, rdbuf

Constructors

NetconfOutputStream

NetconfOutputStream(
    std::ostream & ostr
);

Creates the NetconfOutputStream and connects it to the given input stream.

Destructor

~NetconfOutputStream

~NetconfOutputStream();

Destroys the NetconfOutputStream.