Mako 8.2.0 API
MakoCore SDK API Documentation
Loading...
Searching...
No Matches
idomid.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2007-2021 Global Graphics Software Ltd. All rights reserved.
3 */
4
5#ifndef __IDOMID_H__
6#define __IDOMID_H__
7
8#include <edl/edltypes.h>
9
11
17typedef EDL::uint64 DOMid;
18
20
26
28
29#endif /* __IDOMID_H__ */
#define _END_EDL_DOM_NAMESPACE
Definition edlnamespaces.h:110
#define _BEGIN_EDL_DOM_NAMESPACE
Definition edlnamespaces.h:109
EDL "standard" types including known bit-length signed and unsigned integer type[def]s and definition...
#define EDL_API
Definition edltypes.h:86
EDL::uint64 DOMid
Type used to uniquely idenitify a DOM node.
Definition idomid.h:17
const DOMid INVALID_DOM_ID
Definition idomid.h:19
EDL_API DOMid allocateNewDOMid()
Allocate a unique DOMid.