certi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [certi-dev] Complex datatypes


From: Gotthard,Petr
Subject: RE: [certi-dev] Complex datatypes
Date: Thu, 20 Mar 2008 10:44:40 +0100

> The only thing stupid with stream operation is that they can 
> be fairly inefficient for array.
> I don't want to write a loop of
> 
> buf << certi::as(HLAfloat32BE) << A[i];
> 
> instead of
> 
> buf.write_floats(A,A_size);

Right, but I doubt if (in an IEEE1516.2 compliant environment) you would
ever use such function. Instead some HLAfixedArray, or HLAvariableArray
functions should be used.

Petr




reply via email to

[Prev in Thread] Current Thread [Next in Thread]