Changeset View
Changeset View
Standalone View
Standalone View
source/blender/functions/FN_generic_pointer.hh
| /* SPDX-License-Identifier: GPL-2.0-or-later */ | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||||
| #pragma once | #pragma once | ||||
| #include "FN_cpp_type.hh" | #include "BLI_cpp_type.hh" | ||||
| namespace blender::fn { | namespace blender::fn { | ||||
| /** | /** | ||||
| * A generic non-const pointer whose type is only known at runtime. | * A generic non-const pointer whose type is only known at runtime. | ||||
| */ | */ | ||||
| class GMutablePointer { | class GMutablePointer { | ||||
| private: | private: | ||||
| ▲ Show 20 Lines • Show All 110 Lines • Show Last 20 Lines | |||||