#include <lib_description.h>
Represents a level within a DescID.
Public Member Functions | |
| constexpr | DescLevel (Int32 t_id) |
| constexpr | DescLevel (Int32 t_id, Int32 t_datatype, Int32 t_creator) |
| Bool | operator== (const DescLevel &d) const |
| Bool | operator!= (const DescLevel &d) const |
| String | ToString (const maxon::FormatStatement *formatStatement=nullptr) const |
Public Attributes | |
| Int32 | id |
| Int32 | dtype |
| Int32 | creator |