LSSTApplications
18.1.0
LSSTDataManagementBasePackage
|
Struct returned by Frame::unformat containing the number of characters read and corresponding value. More...
#include <Frame.h>
Public Member Functions | |
NReadValue (int nread, double value) | |
Construct an NReadValue. More... | |
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 |
Definition at line 67 of file Frame.h.
int ast::NReadValue::nread |