TableData.hxx File Reference

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"
Include dependency graph for TableData.hxx:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Data types and class to define data in tables.

Author:
Ian Bond WFAU, IfA, University of Edinburgh

Function Documentation

void convertType ( int  in,
Metadata out 
) [inline]

Get the int as equivalent double value.

References StringOps::NumToString().

void convertType ( const Numeric in,
Metadata out 
) [inline]

Get the string as equivalent string value.

References StringOps::NumToString().

void convertType ( const Numeric in,
Numeric out 
) [inline]

Get the double as equivalent double value.

void convertType ( const Metadata in,
Metadata out 
) [inline]

Get the string as equivalent string value.

void convertType ( const Metadata in,
Numeric out 
) [inline]
Generated on Mon Oct 4 10:39:15 2010 for WfcamSrc by  doxygen 1.6.3