RWInteger man page on IRIX

Man page or keyword search:  
man Server   31559 pages
apropos Keyword Search (all sections)
Output format
IRIX logo
[printable version]



RWInteger(3C++)						       RWInteger(3C++)

Name
     RWInteger - Rogue Wave library class

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

     Construct an RWInteger with value zero (0).

	      RWInteger(int i);

     Construct an RWInteger with value i.  Serves as a type conversion from
     int.

Type Conversion
	      operator
	  int();

     Type conversion to int.

Public Member Functions
	      RWspace
	  binaryStoreSize() const;

     Returns the number of bytes necessary to store the object using the
     global function:

	      RWFile& operator<<(RWFile&, const RWInteger&);

									Page 1

RWInteger(3C++)						       RWInteger(3C++)

	      int
	  value() const;

     Returns the value of the RWInteger.

	      int
	  value(int newval);

     Changes the value of the RWInteger to newval and returns the old value.

Related Global Operators
	      ostream&
	  operator<<(ostream& o, const RWInteger& x);

     Output x to ostream o.

	      istream&
	  operator>>(istream& i, RWInteger& x);

     Input x from istream i.

	      RWvostream&
	  operator<<(RWvostream&, const RWInteger& x);
	  RWFile&
	  operator<<(RWFile&,	  const RWInteger& x);

     Saves the RWInteger x to a virtual stream or RWFile, respectively.

	      RWvistream&
	  operator>>(RWvistream&, RWInteger& x);
	  RWFile&
	  operator>>(RWFile&,	  RWInteger& x);

     Restores an RWInteger into x from a virtual stream or RWFile,
     respectively, replacing the previous contents of x.

									Page 2

[top]

List of man pages available for IRIX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net