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

B.4 Enumerations

Enumerations take the following form:

The following enumerations modify the behavior of member functions or constructors for the classes involved. The value in italic is the default.

RWCString::enum stripType {leading, trailing, both} // where to strip // characters
RWCString::enum caseCompare {exact, ignoreCase} // ignore case during // comparison
RWCString::enum scopeType {one, all} // replace how many // substrings
RWBTreeOnDisk::enum styleMode {V6Style, V5Style} // file format
RWBTreeOnDisk::enum createMode {autoCreate, create} //(reuse,make new) // btree in file
RWeostream::enum Endian {LittleEndian, BigEndian, HostEndian} // constructor // argument
RWLocale::enum CurrSymbol {NONE, LOCAL, INTL} // used in "asString" // methods.
RWWString::enum stripType {leading,trailing,both} // where to strip // characters
RWWString::enum caseCompare {exact, ignoreCase} // ignore case // during comparison
RWWString::enum scopeType {one, all} // replace how many // substrings


Previous fileTop of DocumentContentsNo linkNext file

Copyright © Rogue Wave Software, Inc. All Rights Reserved.

The Rogue Wave name and logo, and SourcePro, are registered trademarks of Rogue Wave Software. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.