Data types and class to define data in tables. More...
#include <cstdlib>#include <map>#include <sstream>#include <string>#include <typeinfo>#include "DataTypes.h"#include "FitsFile.h"#include "MyException.h"#include "SchemaException.h"#include "StringOps.h"#include "Logger.h"

Go to the source code of this file.
Classes | |
| class | TableData< DataType > | 
Functions | |
| void | convertType (const Metadata &in, Numeric &out) | 
| Get the string as equivalent double value.   | |
| void | convertType (const Metadata &in, Metadata &out) | 
| Get the string as equivalent string value.   | |
| void | convertType (const Numeric &in, Numeric &out) | 
| Get the double as equivalent double value.   | |
| void | convertType (const Numeric &in, Metadata &out) | 
| Get the string as equivalent string value.   | |
| void | convertType (int in, Metadata &out) | 
| Get the int as equivalent double value.   | |
Data types and class to define data in tables.
| void convertType | ( | int | in, | |
| Metadata & | out | |||
| ) |  [inline] | 
        
Get the int as equivalent double value.
References StringOps::NumToString().
Get the string as equivalent string value.
References StringOps::NumToString().
Get the double as equivalent double value.
Get the string as equivalent string value.
Get the string as equivalent double value.
Referenced by TableData< Numeric >::assign(), SkySubScale< DataType >::doit(), TableData< Numeric >::testDiscrValues(), TableData< Numeric >::testRange(), and TableData< Numeric >::value().
 1.6.3