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 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.