Saga3D API Documentation
1.0-RC4
ID.h
Go to the documentation of this file.
1
#ifndef __ID_H_INCLUDED__
2
#define __ID_H_INCLUDED__
3
4
#include <cstdint>
5
6
namespace
saga
7
{
8
9
constexpr
auto
INVALID_ID
= 0;
11
using
ID
= std::uint32_t;
12
13
}
// namespace saga
14
15
#endif // __ID_H_INCLUDED__
16
saga::INVALID_ID
constexpr auto INVALID_ID
Definition:
ID.h:9
saga::ID
std::uint32_t ID
Type for node ID.
Definition:
ID.h:11
saga
Definition:
aabbox3d.h:11
library
include
ID.h
Generated by
1.8.17