MeVisLab Toolbox Reference
mlObjMgrObjectID.h File Reference
#include "MLObjMgrSystem.h"
#include <mlTypeDefs.h>
#include <mlPrintTemplateErrors.h>

Go to the source code of this file.

Classes

class  ml::omIDTypeT< T >
 

Namespaces

 ml
 Main documentation file for ML users and developers.
 

Macros

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

Typedefs

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

Macro Definition Documentation

◆ omID_DEFAULT

#define omID_DEFAULT   (omIDType())

Default value of an object Id.

Definition at line 91 of file mlObjMgrObjectID.h.

◆ omID_MAX

#define omID_MAX   (ML_UINT32_MAX / 2 - 1)

Maximum numerical value of an object Id.

Definition at line 94 of file mlObjMgrObjectID.h.