Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/Fred/JObjectTypes.hpp File Reference

Go to the source code of this file.

Compounds

struct  _JObjectType_t
struct  _JOT_Base_t
struct  _JOT_DataBase_t
struct  _JOT_DataType_t
struct  _JOT_GUI_t
struct  _JOT_Math_t
struct  _JOT_Model_t
struct  _JOT_MultiMedia_t
struct  _JOT_Net_t
struct  _JOT_Security_t
struct  _JOT_String_t
struct  _JOT_System_t
struct  _JOT_Thread_t

Defines

#define VBIT   unsigned char

Typedefs

typedef _JOT_Base_t JOT_Base_t
typedef _JOT_Model_t JOT_Model_t
typedef _JOT_DataType_t JOT_DataType_t
typedef _JOT_DataBase_t JOT_DataBase_t
typedef _JOT_String_t JOT_String_t
typedef _JOT_Math_t JOT_Math_t
typedef _JOT_GUI_t JOT_GUI_t
typedef _JOT_Net_t JOT_Net_t
typedef _JOT_System_t JOT_System_t
typedef _JOT_Security_t JOT_Security_t
typedef _JOT_Thread_t JOT_Thread_t
typedef _JOT_MultiMedia_t JOT_MultiMedia_t
typedef _JObjectType_t JObjectType_t

Functions

int JOT__isBase (JObjectType_t jot)
int JOT__isModel (JObjectType_t jot)
int JOT__isDataType (JObjectType_t jot)
int JOT__isDataBase (JObjectType_t jot)
int JOT__isString (JObjectType_t jot)
int JOT__isMath (JObjectType_t jot)
int JOT__isMedia (JObjectType_t jot)
int JOT__isGUI (JObjectType_t jot)
int JOT__isNet (JObjectType_t jot)
int JOT__isSystem (JObjectType_t jot)
int JOT__isSecurity (JObjectType_t jot)
int JOT__isThread (JObjectType_t jot)


Define Documentation

#define VBIT   unsigned char
 

Definition at line 6 of file JObjectTypes.hpp.


Typedef Documentation

typedef struct _JOT_Base_t JOT_Base_t
 

typedef struct _JOT_DataBase_t JOT_DataBase_t
 

typedef struct _JOT_DataType_t JOT_DataType_t
 

typedef struct _JOT_GUI_t JOT_GUI_t
 

typedef struct _JOT_Math_t JOT_Math_t
 

typedef struct _JOT_Model_t JOT_Model_t
 

typedef struct _JOT_MultiMedia_t JOT_MultiMedia_t
 

typedef struct _JOT_Net_t JOT_Net_t
 

typedef struct _JOT_Security_t JOT_Security_t
 

typedef struct _JOT_String_t JOT_String_t
 

typedef struct _JOT_System_t JOT_System_t
 

typedef struct _JOT_Thread_t JOT_Thread_t
 

typedef struct _JObjectType_t JObjectType_t
 


Function Documentation

int JOT__isBase JObjectType_t    jot [inline]
 

Definition at line 255 of file JObjectTypes.hpp.

00256 {
00257   register long v = *((long*)(&jot.base));
00258   return (( v != 0 ) ? 1 : 0 );
00259 }

int JOT__isDataBase JObjectType_t    jot [inline]
 

Definition at line 273 of file JObjectTypes.hpp.

00274 {
00275   register long v = *((long*)(&jot.database));
00276   return (( v != 0 ) ? 1 : 0 );
00277 }

int JOT__isDataType JObjectType_t    jot [inline]
 

Definition at line 267 of file JObjectTypes.hpp.

00268 {
00269   register long v = *((long*)(&jot.datatype));
00270   return (( v != 0 ) ? 1 : 0 );
00271 }

int JOT__isGUI JObjectType_t    jot [inline]
 

Definition at line 297 of file JObjectTypes.hpp.

00298 {
00299   register long v = *((long*)(&jot.gui));
00300   return (( v != 0 ) ? 1 : 0 );
00301 }

int JOT__isMath JObjectType_t    jot [inline]
 

Definition at line 285 of file JObjectTypes.hpp.

00286 {
00287   register long v = *((long*)(&jot.math));
00288   return (( v != 0 ) ? 1 : 0 );
00289 }

int JOT__isMedia JObjectType_t    jot [inline]
 

Definition at line 291 of file JObjectTypes.hpp.

00292 {
00293   register long v = *((long*)(&jot.media));
00294   return (( v != 0 ) ? 1 : 0 );
00295 }

int JOT__isModel JObjectType_t    jot [inline]
 

Definition at line 261 of file JObjectTypes.hpp.

00262 {
00263   register long v = *((long*)(&jot.model));
00264   return (( v != 0 ) ? 1 : 0 );
00265 }

int JOT__isNet JObjectType_t    jot [inline]
 

Definition at line 303 of file JObjectTypes.hpp.

00304 {
00305   register long v = *((long*)(&jot.net));
00306   return (( v != 0 ) ? 1 : 0 );
00307 }

int JOT__isSecurity JObjectType_t    jot [inline]
 

Definition at line 315 of file JObjectTypes.hpp.

00316 {
00317   register long v = *((long*)(&jot.security));
00318   return (( v != 0 ) ? 1 : 0 );
00319 }

int JOT__isString JObjectType_t    jot [inline]
 

Definition at line 279 of file JObjectTypes.hpp.

00280 {
00281   register long v = *((long*)(&jot.string));
00282   return (( v != 0 ) ? 1 : 0 );
00283 }

int JOT__isSystem JObjectType_t    jot [inline]
 

Definition at line 309 of file JObjectTypes.hpp.

00310 {
00311   register long v = *((long*)(&jot.system));
00312   return (( v != 0 ) ? 1 : 0 );
00313 }

int JOT__isThread JObjectType_t    jot [inline]
 

Definition at line 321 of file JObjectTypes.hpp.

00322 {
00323   register long v = *((long*)(&jot.thread));
00324   return (( v != 0 ) ? 1 : 0 );
00325 }


Generated on Sun Oct 14 18:47:38 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001