|
Blender V5.0
|
Go to the source code of this file.
Namespaces | |
| namespace | blender |
Macros | |
| #define | BLI_VECTOR_CPP_TYPE_MAKE(VALUE_TYPE) |
| #define | BLI_VECTOR_CPP_TYPE_REGISTER(VALUE_TYPE) |
| #define BLI_VECTOR_CPP_TYPE_MAKE | ( | VALUE_TYPE | ) |
Create a new #VectorCPPType that can be accessed through VectorCPPType::get<T>().
Definition at line 26 of file BLI_cpp_types_make.hh.
Referenced by BLI_CPP_TYPE_MAKE(), BLI_VECTOR_CPP_TYPE_MAKE(), and BLI_VECTOR_CPP_TYPE_MAKE().
| #define BLI_VECTOR_CPP_TYPE_REGISTER | ( | VALUE_TYPE | ) |
Register a #VectorCPPType created with BLI_VECTOR_CPP_TYPE_MAKE.
Definition at line 35 of file BLI_cpp_types_make.hh.
Referenced by BKE_cpp_types_init(), and BLI_CPP_TYPE_MAKE().