class QucMidas : public CorBase

A simple interface to Midas tables

Inheritance:


Public Methods

static void CloseTable ( int aTable )
QucMidas ( const QucMidas& aRef )
static void ReadCharColumn ( int aTableID, const RWCString& aHeading, char** anArray )
static void ReadColumn ( int aTableID, const RWCString aHeading, double* anArray, RWCString& aUnit, int* aSelectionFlag )
static int SCSEPI ()
static int SCSPRO ( RWCString aThing )
static int TableOpen ( const RWCString aName, int& aNumber )

Public


Purpose
Write keywords back, clean up everything

$Id: QucMidas

Protected Methods

QucMidas& operator= ( const QucMidas& aRef )
QucMidas ()
virtual ~QucMidas ()

Protected


Purpose
The default c'tor

Private Fields


Purpose
The d'tor

Documentation

A simple interface to Midas tables
$Id: QucMidas.h,v 1.4 1997/04/11 14:11:06 mwiedmer Exp $

SYNOPSIS

    #include <QucMidas.h>
  
    QucMidas myObject;
  

DESCRIPTION
This class encapsulates a few simple interface functions to the Midas tables.

CAUTIONS
<optional>

EXAMPLES
<optional>

SEE ALSO
CorBase

static int TableOpen( const RWCString aName, int& aNumber )

static void ReadColumn( int aTableID, const RWCString aHeading, double* anArray, RWCString& aUnit, int* aSelectionFlag )

static void CloseTable( int aTable )

static int SCSPRO( RWCString aThing )

static int SCSEPI()

Purpose
Write keywords back, clean up everything.

Preconditions

  • Itemize this section if necessary. Remove itemization otherwise.

Returns
This function only returns an error code or if we are outside Midas. Otherwise this function will exit().

Exceptions

  • Itemize this section if necessary. Remove itemization otherwise.

static void ReadCharColumn( int aTableID, const RWCString& aHeading, char** anArray )

QucMidas()

Purpose
The default c'tor.

Preconditions

  • Itemize this section if necessary. Remove itemization otherwise.

Exceptions

  • Itemize this section if necessary. Remove itemization otherwise.

QucMidas( const QucMidas& aRef )

QucMidas& operator=( const QucMidas& aRef )

virtual ~QucMidas()

Purpose
The d'tor. If it's not in a hierarchy it probably doesn't want to be virtual.

Preconditions

  • Itemize this section if necessary. Remove itemization otherwise.

Exceptions

  • Itemize this section if necessary. Remove itemization otherwise.


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de