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

RWWithObjectInputContext

Module:  Advanced Tools   Package:  Serialization


Does not inherit

Local Index

Members

Header File

#include <rw/serial/RWObjectInputStream.h>

Description

This class consists of a guard object that opens and closes a context within a lexical scope. To use RWWithObjectInputContext, simply declare an automatic instance of this class initialized with a object input stream, and all object references within the scope of the automatic variable will be streamed within the same context.

Example

Public Constructors

RWWithObjectInputContext(RWObjectInputStream& strm, bool readContext = true);
RWWithObjectInputContext(RWObjectInputStreamImp* strm, bool readContext = true);

Public Destructors

~RWWithObjectInputContext();

See Also

RWObjectInputStream



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.