| Methods Index |
CFloat, CNotifierSubclasses: None
CFloatRWC class provides Rogue Wave collectability and persistence to the lightweight CFloat class. You can also use this class in XVT-Power++'s ADP mechanism.
CFloatRWC();
CFloatRWC(float theVal);
CFloatRWC(const CFloat &theFloat);
CFloat associated with theFloat.
CFloatRWC & operator= (const CFloatRWC &theFloatRWC);
theFloatRWC.
virtual ~CFloatRWC();
virtual RWspace binaryStoreSize() const;
CFloatRWC. Use this method with RWFile storage and retrieval.
virtual int compareTo(const RWCollectable *c) const;
c to self. This method returns a negative number if c is greater than, a positive number if c is less than, and a zero if the two are equal.
virtual unsigned hash() const;
CFloatRWC.
virtual RWBoolean isEqual(const RWCollectable* c) const;
c is equal to self. c must be the same type.
virtual void restoreGuts(RWvistream& theStream);
CFloatRWC from an RWvistream.
virtual void restoreGuts(RWFile& theFile);
CFloatRWC from an RWFile.
virtual void saveGuts(RWvostream& theStream) const;
CFloatRWC to an RWvostream.
virtual void saveGuts(RWFile& theFile) const;
CFloatRWC to an RWFile.