lsst.astshim
21.0.0-2-g45278ab+4fcf437b75
|
#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.