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

typedef

unsigned short

RWClassID;

// defs.h
//

Unique for each class

typedef

int

RWBoolean;

// defs.h
//
//
//

TRUE or FALSE (if compiler does not support bool). Use of RWBoolean is deprecated, but this typedef is kept for backward compatibility.

typedef

bool

RWBoolean;

// defs.h
//
//

bool literal (if compiler supports bool). Use of RWBoolean is deprecated, but this typedef is kept for backward compatibility.

typedef

unsigned char

RWByte;

// defs.h

Bitflag atomic

typedef

RWCollectable*

RWCollectable;

// tooldefs.h
//

Needed for tokenizing

typedef

unsigned short

RWErrNo;

// defs.h
//

Used in error handler

typedef

long

RWoffset;

// tooldefs.h
//

Used for file offsets

typedef

unsigned long

RWspace;

// tooldefs.h
//

Used for file records

typedef

long

RWstoredValue;

// tooldefs.h
//

Used for file offsets

typedef

void*

RWvoid;

// tooldefs.h
//

For arrays of void*



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.