lsst.astshim g545b398f03+d5e5a0f55b
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. More...
 
double value
 Value that was read. More...
 

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

Member Data Documentation

◆ nread

int ast::NReadValue::nread

Number of characters that was read.

◆ value

double ast::NReadValue::value

Value that was read.


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