Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Advanced Tools Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWGuardedByteOutputStreamImp

Module:  Advanced Tools   Package:  Streams


Does not inherit

Local Index

No Entries

Header File

#include <rw/stream/RWGuardedByteOutputStreamImp.h>

Description

The typedef RWGuardedByteOutputStreamImp implements a simple binary guard output stream. The output stream guard acquires the synchronization mechanism provided by its sink stream at construction time, and releases it upon destruction. The output guard stream doesn't maintain its own synchronization mechanism, but uses the one provided by the next processing stream. If the next processing stream doesn't implement any synchronization mechanism, the output stream guard class has no effect. The guard class is generally used in combination with class RWSynchronizedByteOutputStreamImp.

Public Typedef

typedef RWTStreamGuardImp<RWByteOutputStream,
                          RWFilteredByteOutputStreamImp>
        RWGuardedByteOutputStreamImp;

See Also

RWSynchronizedByteOutputStreamImp



Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.