MeVisLabToolboxReference
MeVisLab/Standard/Sources/ML/MLObjMgr/ObjMgr/mlObjMgrObjectID.h File Reference

This file declares the ObjMgrObjectID class. More...

#include "MLObjMgrSystem.h"
#include "mlTypeDefs.h"

Go to the source code of this file.

Classes

class  ml::omIDTypeT< T >

Namespaces

namespace  ml
 

Define the namespace name like in the ML. Default is ml.


Defines

#define omID_DEFAULT   (omIDType())
 Default value of an object Id.
#define omID_MAX   (ML_UINT32_MAX / 2 - 1)
 Maximum numerical value of an object Id.

Typedefs

typedef omIDTypeT< char > ml::omIDType
 Define default type for normal use with the typical string char type.

Detailed Description

This file declares the ObjMgrObjectID class.

Author:
Felix Ritter
Date:
04/2004

Definition in file mlObjMgrObjectID.h.


Define Documentation

#define omID_DEFAULT   (omIDType())

Default value of an object Id.

Definition at line 90 of file mlObjMgrObjectID.h.

Referenced by ml::omObject::isValid().

#define omID_MAX   (ML_UINT32_MAX / 2 - 1)

Maximum numerical value of an object Id.

Definition at line 93 of file mlObjMgrObjectID.h.