|
lsst.astshim
22.0.1+01bcf6a671
|
#include <Frame.h>
Public Member Functions | |
| NReadValue (int nread, double value) | |
Public Attributes | |
| int | nread |
| Number of characters that was read. More... | |
| double | value |
| Value that was read. More... | |
Struct returned by Frame::unformat containing the number of characters read and corresponding value
|
inline |
Construct an NReadValue
| [in] | nread | Number of characters that was read |
| [in] | value | Value that was read |
| int ast::NReadValue::nread |
Number of characters that was read.
| double ast::NReadValue::value |
Value that was read.