Re: C-support and array implementation

2006-04-05 Thread Adrian Dick
Hi, The get() method was not specifically provided to support C-bindings, though it may coincidentally do this. This was added as the data member m_Array, which is the C-style data array, was made hidden from the user, so they need now need to make use of the set and get methods to work with

C-support and array implementation

2006-04-04 Thread Nadir Amra
Getting close to have Doc-Literal support for the C-bindings working but I have a question: I want to confirm my assumption that the sole reason for the get() method in the Axis_Array class is in support of the C-bindings? The reason I ask is that I want to change the implementation so that it