casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
casa::TBArrayDataString Class Reference

Implementation of TBArrayData for String array data. More...

#include <TBData.h>

Inheritance diagram for casa::TBArrayDataString:
casa::TBArrayData casa::TBData

List of all members.

Public Member Functions

 TBArrayDataString ()
 Default constructor.
 TBArrayDataString (const Array< String > &value, bool full=false)
 Constructor that takes the value and whether or not to load (copy) the given data or not.
 TBArrayDataString (TBData &data)
 Constructor that copies the given data if it is the correct type.
 ~TBArrayDataString ()
TBDatadataAt (vector< int > d)
 See TBArrayData::dataAt().
Array< String > & data ()
 Returns the value.
String asString ()
 Returns the String representation of this array.
void load (const Array< String > &value)
 Loads the given data into the array.
bool release ()
 Releases the loaded data, if any.
void setDataAt (vector< int > d, TBData &value)
 If the array is loaded, sets the value at the given coordinates (if valid) to the given data.
String getType ()
 Returns the String array type.
bool contains (TBData *data)
 See TBArrayData::contains().
bool containsBetween (TBData *data, TBData *data2)
 See TBArrayData::containsBetween().
bool containsLessThan (TBData *data)
 See TBArrayData::containsLessThan().
bool containsGreaterThan (TBData *data)
 See TBArrayData::containsGreaterThan().
String to1DString ()
 See TBArrayData::to1DString().

Private Attributes

Array< Stringvalue
 Value.

Detailed Description

Implementation of TBArrayData for String array data.

Definition at line 1099 of file TBData.h.


Constructor & Destructor Documentation

Default constructor.

Builds an empty, unloaded array.

casa::TBArrayDataString::TBArrayDataString ( const Array< String > &  value,
bool  full = false 
)

Constructor that takes the value and whether or not to load (copy) the given data or not.

Note: data is always loaded for one-dimensional arrays.

Constructor that copies the given data if it is the correct type.


Member Function Documentation

Returns the String representation of this array.

For one-dimensional, loaded arrays returns the values; otherwise returns the shape and type.

Implements casa::TBArrayData.

bool casa::TBArrayDataString::contains ( TBData data) [virtual]

See TBArrayData::contains().

Returns false if the given data is not of type String.

Implements casa::TBArrayData.

bool casa::TBArrayDataString::containsBetween ( TBData data,
TBData data2 
) [inline, virtual]

See TBArrayData::containsBetween().

Returns false because Strings are not numberable.

Implements casa::TBArrayData.

Definition at line 1147 of file TBData.h.

bool casa::TBArrayDataString::containsGreaterThan ( TBData data) [inline, virtual]

See TBArrayData::containsGreaterThan().

Returns false because Strings are not numberable.

Implements casa::TBArrayData.

Definition at line 1155 of file TBData.h.

bool casa::TBArrayDataString::containsLessThan ( TBData data) [inline, virtual]

See TBArrayData::containsLessThan().

Returns false because Strings are not numberable.

Implements casa::TBArrayData.

Definition at line 1151 of file TBData.h.

Returns the value.

Definition at line 1119 of file TBData.h.

References casa::value().

TBData* casa::TBArrayDataString::dataAt ( vector< int >  d) [virtual]

See TBArrayData::dataAt().

Returns data of type String.

Implements casa::TBArrayData.

Returns the String array type.

Implements casa::TBData.

Definition at line 1139 of file TBData.h.

void casa::TBArrayDataString::load ( const Array< String > &  value)

Loads the given data into the array.

Releases the loaded data, if any.

Returns whether the release was successful or not.

Implements casa::TBArrayData.

void casa::TBArrayDataString::setDataAt ( vector< int >  d,
TBData value 
) [virtual]

If the array is loaded, sets the value at the given coordinates (if valid) to the given data.

This method is not defined if the given value is not of the correct type.

Implements casa::TBArrayData.


Member Data Documentation

Value.

Definition at line 1162 of file TBData.h.


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