[xsde-users] paggr.post return value

Boris Kolpackov boris at codesynthesis.com
Wed May 11 17:23:30 EDT 2011


Matthias,

Matthias Maschek <matthias.maschek at uma.at> writes:

> I have a question regarding the .post() method of my root elements. All  
> of them except one are returning a pointer to the data required. Only  
> one of them is returning data directly. Any guesses why?

Yes, the ones that return pointers are of variable-length types. While
the one that returns a value is of a fixed-length type. For more 
information about this distinction see Section 4.2, "Memory Management"
in the C++/Hybrid getting started guide:

http://www.codesynthesis.com/projects/xsde/documentation/cxx/hybrid/guide/#4.2

Boris



More information about the xsde-users mailing list