lsst.astshim  14.0-9-g580965d+1
Public Member Functions | Public Attributes | List of all members
ast::NReadValue Class Reference

#include <Frame.h>

Public Member Functions

 NReadValue (int nread, double value)
 

Public Attributes

int nread
 Number of characters that was read.
 
double value
 Value that was read.
 

Detailed Description

Struct returned by Frame::unformat containing the number of characters read and corresponding value

Constructor & Destructor Documentation

◆ NReadValue()

ast::NReadValue::NReadValue ( int  nread,
double  value 
)
inline

Construct an NReadValue

Parameters
[in]nreadNumber of characters that was read
[in]valueValue that was read

The documentation for this class was generated from the following file: