Jump to content

LeifS

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by LeifS

  1. In the getClass2Reference.vi method, you are returning a reference to a copy of the Class2 instance that Class1 maintains. For simplicity, I always assume that when a wire is branched, the data is copied. So in this case the copy does not share the same memory for Class2's member variables (aka private data), String1 and String2.

    OK, so the InPlace-Unbundle doesn't help at all to prevent data copying of the class. Correct?

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.