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

RWTPointer<Body>

Module:  Threads   Package:  Smart Pointer


Base Class

Local Index

Members

Header File

#include <rw/pointer/RWTPointer.h>

Description

This is an abstract base class for the smart-pointer classes in the Smart Pointer package.

Public Typedef

typedef Body BodyType;

Public Destructor

~RWTPointer();

Public Member Operators

bool
operator!=(const Body* ptr) const;
bool
operator!=(const RWTPointer<Body>& second) const;
bool
operator==(const Body* ptr) const;
bool
operator==(const RWTPointer<Body>& second) const;

Public Member Functions

bool
isValid() const;
void
swapWith(RWTPointer<Body>& second);
void
validate() const;

Protected Constructors

RWTPointer();
RWTPointer(Body* bodyP);
RWTPointer(RWStaticCtor);
RWTPointer(const RWTPointer<Body>& second);

Protected Member Operator

RWTPointer<Body>&
operator=(Body* ptr);

Protected Member Function

Body*
get() 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.