Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2021-08-02 13:43:35 +0300
committerJacques Lucke <jacques@blender.org>2021-08-02 13:44:17 +0300
commit8edb2222ae0c954771a9cddc2d8c02a7a4d68eae (patch)
tree76b1a9631265f3a5a12355f7d64e54c1fd7369f4 /source/blender/windowmanager/WM_types.h
parentaa60416361364f56f9a173db9649e36f81442ce3 (diff)
Cleanup: simplify subclassing CPPType
`CPPType` can wrap any C++ type so that code can work with the wrapped type in a generic way. The goal of subclassing `CPPType` is to provide additional methods for some types. For example, the `CPPType` for `Array<int>` could have a `.element_type()` method that returns the `CPPType` for `int`.
Diffstat (limited to 'source/blender/windowmanager/WM_types.h')
0 files changed, 0 insertions, 0 deletions