Blender V5.0
blender::nodes::tests::TestData Class Reference

Public Member Functions

 TestData ()
 ~TestData ()

Public Attributes

Mainbmain = nullptr
bContextC = nullptr

Detailed Description

Definition at line 73 of file node_iterator_tests.cc.

Constructor & Destructor Documentation

◆ TestData()

blender::nodes::tests::TestData::TestData ( )
inline

Definition at line 78 of file node_iterator_tests.cc.

References BKE_main_new(), bmain, C, CTX_create(), CTX_data_main_set(), and G.

◆ ~TestData()

blender::nodes::tests::TestData::~TestData ( )
inline

Definition at line 91 of file node_iterator_tests.cc.

References BKE_main_free(), bmain, C, CTX_free(), and G.

Member Data Documentation

◆ bmain

Main* blender::nodes::tests::TestData::bmain = nullptr

Definition at line 75 of file node_iterator_tests.cc.

Referenced by TestData(), and ~TestData().

◆ C

bContext* blender::nodes::tests::TestData::C = nullptr

Definition at line 76 of file node_iterator_tests.cc.

Referenced by TestData(), and ~TestData().


The documentation for this class was generated from the following file: