16 lines
524 B
Markdown
16 lines
524 B
Markdown
# Juliet\include\Engine\Class
|
|
|
|
## Source Files
|
|
- Header: `Juliet\include\Engine\Class.h`
|
|
|
|
## AI Description
|
|
The `Juliet::Class` struct represents a static entity definition, generating a CRC32 checksum from its name for efficient runtime identification. It uses `consteval` to calculate this hash at compile time and provides template utility in `IsA()` to compare objects against specific class definitions via their unique identifiers.
|
|
|
|
## Symbols
|
|
|
|
### Namespace `Juliet`
|
|
|
|
#### Classes, Structs & Unions
|
|
- `struct Class`
|
|
|