Viewing a single comment thread. View all comments

maolf t1_iws3l1m wrote

Private member variables that the simulation implementation needs. Not something users should be messing with.

7

rainshifter t1_iwspfb1 wrote

Should? Perhaps not. But we entertain the idea of overwriting their data via reinterpreted pointer, offset from the base address of the instantiated object containing them.

3

maolf t1_iwsw1ok wrote

You’re going to invoke undefined behavior. It’s a bad idea.

4