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

RWInteger

Module:  Essential Tools Module   Group:  RWCollectable Classes


Does not inherit

Local Index

Members

Non-Members

Synopsis

#include <rw/rwint.h>
RWInteger i;

Description

Integer class. This class is useful as a base class for classes that use integers as keys in dictionaries, etc.

Persistence

Isomorphic

Public Constructors

RWInteger();
RWInteger(int i);

Type Conversion

operator
int();

Type conversion to int.

Public Member Functions

RWspace
binaryStoreSize() const;
int
value() const;
int
value(int newval);

Related Global Operators

ostream&
operator<<(ostream& o, const RWInteger& x);
istream&
operator>>(istream& i, RWInteger& x);
RWvostream&
operator<<(RWvostream&, const RWInteger& x);
RWFile&
operator<<(RWFile&, const RWInteger& x);
RWvistream&
operator>>(RWvistream&, RWInteger& x);
RWFile&
operator>>(RWFile&, RWInteger& x);


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.