Rogue Wave banner
Previous fileContentsIndexNext file
Click on the banner to return to the class reference home page.

RWInteger

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

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();

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 fileContentsIndexNext file

©Copyright 1997, Rogue Wave Software, Inc.
Send mail to report errors or comment on the documentation.