casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
casa::TBDataRecord Class Reference

Implementation of TBData for casacore::Record data. More...

#include <TBData.h>

Inheritance diagram for casa::TBDataRecord:
casa::TBData

Public Member Functions

 TBDataRecord (const casacore::RecordInterface &value)
 Constructor that takes the casacore::Record data. More...
 
 TBDataRecord (casacore::RecordInterface *value)
 Constructor that takes the casacore::Record data. More...
 
 TBDataRecord (TBData &data)
 Constructor that calls setValue(). More...
 
virtual ~TBDataRecord ()
 
casacore::String asString ()
 Returns the value in casacore::String form. More...
 
casacore::RecordasRecord ()
 Returns the value. More...
 
double asDouble ()
 Invalid operations. More...
 
float asFloat ()
 asFloat() must be implemented by any subclass, although the returned value does not have to be valid for classes for which the value cannot be represented as a float. More...
 
int asInt ()
 asInt() must be implemented by any subclass, although the returned value does not have to be valid for classes for which the value cannot be represented as an int. More...
 
unsigned int asUInt ()
 asUInt() must be implemented by any subclass, although the returned value does not have to be valid for classes for which the value cannot be represented as an unsigned int. More...
 
short int asShort ()
 asShort() must be implemented by any subclass, although the returned value does not have to be valid for classes for which the value cannot be represented as a short. More...
 
bool asBool ()
 asBool() must be implemented by any subclass, although the returned value does not have to be valid for classes for which the value cannot be represented as a boolean. More...
 
char asChar ()
 asChar() must be implemented by any subclass, although the returned value does not have to be valid for classes for which the value cannot be represented as a char. More...
 
unsigned char asUChar ()
 asUChar() must be implemented by any subclass, although the returned value does not have to be valid for classes for which the value cannot be represented as an unsigned character. More...
 
std::pair< float, float > asComplex ()
 asComplex() must be implemented by any subclass, although the returned value does not have to be valid for classes for which the value cannot be represented as a complex. More...
 
std::pair< double, double > asDComplex ()
 asDComplex() must be implemented by any subclass, although the returned value does not have to be valid for classes for which the value cannot be represented as a double complex. More...
 
void setValue (TBData &value)
 Iff the given TBData is a casacore::Record, sets the casacore::Record value. More...
 
casacore::String getType ()
 Returns the casacore::Record type. More...
 
bool equals (TBData *data)
 Returns true if the given data is a casacore::Record type and their values are equal, false otherwise. More...
 
- Public Member Functions inherited from casa::TBData
 TBData ()
 Default Constructor. More...
 
virtual ~TBData ()
 
casacore::String displayValue ()
 See TBData::asString(). More...
 

Private Attributes

casacore::Record value
 Value. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from casa::TBData
static TBDatacreate (casacore::String value, casacore::String type)
 Creates and returns a TBData object representing the given value and type. More...
 
static TBDatacreate (TBArray *array, casacore::String type)
 Creates a TBArrayData object containing the data in the given TBArray object with the given type. More...
 
static TBDatacreate (TBData &data)
 Creates and returns a copy of the given TBData. More...
 

Detailed Description

Implementation of TBData for casacore::Record data.

Definition at line 848 of file TBData.h.

Constructor & Destructor Documentation

casa::TBDataRecord::TBDataRecord ( const casacore::RecordInterface value)

Constructor that takes the casacore::Record data.

casa::TBDataRecord::TBDataRecord ( casacore::RecordInterface value)

Constructor that takes the casacore::Record data.

casa::TBDataRecord::TBDataRecord ( TBData data)

Constructor that calls setValue().

virtual casa::TBDataRecord::~TBDataRecord ( )
virtual

Member Function Documentation

bool casa::TBDataRecord::asBool ( )
inlinevirtual

asBool() must be implemented by any subclass, although the returned value does not have to be valid for classes for which the value cannot be represented as a boolean.

Implements casa::TBData.

Definition at line 876 of file TBData.h.

char casa::TBDataRecord::asChar ( )
inlinevirtual

asChar() must be implemented by any subclass, although the returned value does not have to be valid for classes for which the value cannot be represented as a char.

Implements casa::TBData.

Definition at line 877 of file TBData.h.

std::pair<float, float> casa::TBDataRecord::asComplex ( )
inlinevirtual

asComplex() must be implemented by any subclass, although the returned value does not have to be valid for classes for which the value cannot be represented as a complex.

Implements casa::TBData.

Definition at line 879 of file TBData.h.

std::pair<double, double> casa::TBDataRecord::asDComplex ( )
inlinevirtual

asDComplex() must be implemented by any subclass, although the returned value does not have to be valid for classes for which the value cannot be represented as a double complex.

Implements casa::TBData.

Definition at line 880 of file TBData.h.

double casa::TBDataRecord::asDouble ( )
inlinevirtual

Invalid operations.

Implements casa::TBData.

Definition at line 871 of file TBData.h.

float casa::TBDataRecord::asFloat ( )
inlinevirtual

asFloat() must be implemented by any subclass, although the returned value does not have to be valid for classes for which the value cannot be represented as a float.

Implements casa::TBData.

Definition at line 872 of file TBData.h.

int casa::TBDataRecord::asInt ( )
inlinevirtual

asInt() must be implemented by any subclass, although the returned value does not have to be valid for classes for which the value cannot be represented as an int.

Implements casa::TBData.

Definition at line 873 of file TBData.h.

casacore::Record* casa::TBDataRecord::asRecord ( )
virtual

Returns the value.

Implements casa::TBData.

short int casa::TBDataRecord::asShort ( )
inlinevirtual

asShort() must be implemented by any subclass, although the returned value does not have to be valid for classes for which the value cannot be represented as a short.

Implements casa::TBData.

Definition at line 875 of file TBData.h.

casacore::String casa::TBDataRecord::asString ( )
virtual

Returns the value in casacore::String form.

Implements casa::TBData.

unsigned char casa::TBDataRecord::asUChar ( )
inlinevirtual

asUChar() must be implemented by any subclass, although the returned value does not have to be valid for classes for which the value cannot be represented as an unsigned character.

Implements casa::TBData.

Definition at line 878 of file TBData.h.

unsigned int casa::TBDataRecord::asUInt ( )
inlinevirtual

asUInt() must be implemented by any subclass, although the returned value does not have to be valid for classes for which the value cannot be represented as an unsigned int.

Implements casa::TBData.

Definition at line 874 of file TBData.h.

bool casa::TBDataRecord::equals ( TBData data)
virtual

Returns true if the given data is a casacore::Record type and their values are equal, false otherwise.

Implements casa::TBData.

casacore::String casa::TBDataRecord::getType ( )
inlinevirtual

Returns the casacore::Record type.

Implements casa::TBData.

Definition at line 888 of file TBData.h.

References casa::TBConstants::TYPE_RECORD.

void casa::TBDataRecord::setValue ( TBData value)
virtual

Iff the given TBData is a casacore::Record, sets the casacore::Record value.

Implements casa::TBData.

Member Data Documentation

casacore::Record casa::TBDataRecord::value
private

Value.

Definition at line 896 of file TBData.h.


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