Go to the source code of this file.
|
Definition at line 6 of file JObjectTypes.hpp. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 255 of file JObjectTypes.hpp. 00256 { 00257 register long v = *((long*)(&jot.base)); 00258 return (( v != 0 ) ? 1 : 0 ); 00259 } |
|
Definition at line 273 of file JObjectTypes.hpp. 00274 { 00275 register long v = *((long*)(&jot.database)); 00276 return (( v != 0 ) ? 1 : 0 ); 00277 } |
|
Definition at line 267 of file JObjectTypes.hpp. 00268 { 00269 register long v = *((long*)(&jot.datatype)); 00270 return (( v != 0 ) ? 1 : 0 ); 00271 } |
|
Definition at line 297 of file JObjectTypes.hpp. 00298 { 00299 register long v = *((long*)(&jot.gui)); 00300 return (( v != 0 ) ? 1 : 0 ); 00301 } |
|
Definition at line 285 of file JObjectTypes.hpp. 00286 { 00287 register long v = *((long*)(&jot.math)); 00288 return (( v != 0 ) ? 1 : 0 ); 00289 } |
|
Definition at line 291 of file JObjectTypes.hpp. 00292 { 00293 register long v = *((long*)(&jot.media)); 00294 return (( v != 0 ) ? 1 : 0 ); 00295 } |
|
Definition at line 261 of file JObjectTypes.hpp. 00262 { 00263 register long v = *((long*)(&jot.model)); 00264 return (( v != 0 ) ? 1 : 0 ); 00265 } |
|
Definition at line 303 of file JObjectTypes.hpp. 00304 { 00305 register long v = *((long*)(&jot.net)); 00306 return (( v != 0 ) ? 1 : 0 ); 00307 } |
|
Definition at line 315 of file JObjectTypes.hpp. 00316 { 00317 register long v = *((long*)(&jot.security)); 00318 return (( v != 0 ) ? 1 : 0 ); 00319 } |
|
Definition at line 279 of file JObjectTypes.hpp. 00280 { 00281 register long v = *((long*)(&jot.string)); 00282 return (( v != 0 ) ? 1 : 0 ); 00283 } |
|
Definition at line 309 of file JObjectTypes.hpp. 00310 { 00311 register long v = *((long*)(&jot.system)); 00312 return (( v != 0 ) ? 1 : 0 ); 00313 } |
|
Definition at line 321 of file JObjectTypes.hpp. 00322 { 00323 register long v = *((long*)(&jot.thread)); 00324 return (( v != 0 ) ? 1 : 0 ); 00325 } |