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

RWAny

Module:  Essential Tools Module   Group:  Miscellaneous Classes


Does not inherit

Local Index

Members

Synopsis

Description

RWAny encapsulates an object of an arbitrary type; it can:

Requirements for types held by RWAny are:

Persistence

None

Public Constructors

RWAny()
RWAny(const RWAny& ref)
template<class T>
RWAny<T>(const T& ref);

Public Member Functions

RWAny&
operator=(const RWAny& ref);
RWAny&
swap(RWAny& ref);
const STD::type_info*
type() const;
template<class T> T&
get();
template<class T> const T&
get() const;
template<class T> T*
address();
template<class T> const T*
address() const;


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.