Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Advanced Tools Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWStreamType

Module:  Advanced Tools   Package:  Serialization


Global Enumerator

Local Index

Members

Header File

#include <rw/serial/StreamTraits.h> 

Description

Constants used to encode simplified type information within annotated object streams.

Declaration

enum RWStreamType {
  RW_UNSUPPORTED        = 0,
  RW_CHAR               = 1,
  RW_WCHAR_T            = 2,
  RW_UNSIGNED_CHAR      = 3,
  RW_DOUBLE             = 4,
  RW_FLOAT              = 5,
  RW_INT                = 6,
  RW_UNSIGNED_INT       = 7,
  RW_LONG               = 8,
  RW_UNSIGNED_LONG      = 9,
  RW_SHORT              = 10,
  RW_UNSIGNED_SHORT     = 11,
  RW_STRING             = 12,
  RW_DATE               = 13,
  RW_OBJECT             = 14,
  RW_NESTED_OBJECT      = 15,
  RW_BOOL               = 16,
  RW_LONG_DOUBLE        = 17,
  RW_LONG_LONG          = 18,
  RW_UNSIGNED_LONG_LONG = 19,
  RW_ID                 = 20,
  RW_IDREF              = 21,
  RW_NAMESPACE          = 30,
  RW_TYPE               = 40,

  RW_SEQ                = 100, 
  RW_SEQ_ELEMENT        = 101,

  RW_ASSOC              = 10000,
  RW_ASSOC_ELEMENT      = 10001,
};


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.