Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

direct/src/dcparser/dcSubatomicType.h File Reference

#include "dcbase.h"

Go to the source code of this file.

Enumerations

enum  DCSubatomicType {
  ST_int8, ST_int16, ST_int32, ST_int64,
  ST_uint8, ST_uint16, ST_uint32, ST_uint64,
  ST_float64, ST_string, ST_blob, ST_int16array,
  ST_int32array, ST_uint16array, ST_uint32array, ST_int8array,
  ST_uint8array, ST_uint32uint8array, ST_invalid
}
 This defines the numeric type of each element of a DCAtomicField; that is, the particular values that will get added to the message when the atomic field method is called. More...


Functions

END_PUBLISH ostream & operator<< (ostream &out, DCSubatomicType type)


Detailed Description

Definition in file dcSubatomicType.h.


Enumeration Type Documentation

enum DCSubatomicType
 

This defines the numeric type of each element of a DCAtomicField; that is, the particular values that will get added to the message when the atomic field method is called.

Enumeration values:
ST_int8 
ST_int16 
ST_int32 
ST_int64 
ST_uint8 
ST_uint16 
ST_uint32 
ST_uint64 
ST_float64 
ST_string 
ST_blob 
ST_int16array 
ST_int32array 
ST_uint16array 
ST_uint32array 
ST_int8array 
ST_uint8array 
ST_uint32uint8array 
ST_invalid 

Definition at line 41 of file dcSubatomicType.h.


Function Documentation

END_PUBLISH ostream& operator<< ostream &  out,
DCSubatomicType  type
 

Definition at line 25 of file dcSubatomicType.cxx.

References ST_blob, ST_float64, ST_int16, ST_int16array, ST_int32, ST_int32array, ST_int64, ST_int8array, ST_invalid, ST_string, ST_uint16, ST_uint16array, ST_uint32, ST_uint32array, ST_uint32uint8array, ST_uint64, ST_uint8, and ST_uint8array.


Generated on Fri May 2 01:38:07 2003 for Direct by doxygen1.3