class QucMidas : public CorBase A simple interface to Midas tables
| | CloseTable ( int aTable ) |
| | QucMidas ( const QucMidas& aRef ) |
| | ReadCharColumn ( int aTableID, const RWCString& aHeading, char** anArray ) |
| | ReadColumn ( int aTableID, const RWCString aHeading, double* anArray, RWCString& aUnit, int* aSelectionFlag ) |
| | SCSEPI () |
| | SCSPRO ( RWCString aThing ) |
| | TableOpen ( const RWCString aName, int& aNumber ) |
| | Purpose Write keywords back, clean up everything |
| | $Id: QucMidas |
| | operator= ( const QucMidas& aRef ) |
| | QucMidas () |
| | ~QucMidas () |
| | Purpose The default c'tor |
| | Purpose The d'tor |
A simple interface to Midas tables
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
Preconditions Returns Exceptions
Preconditions Exceptions
Preconditions Exceptions
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()
Write keywords back, clean up everything.
This function only returns an error code or if we are outside Midas.
Otherwise this function will exit().
static void ReadCharColumn( int aTableID, const RWCString& aHeading, char** anArray )
QucMidas()
The default c'tor.
QucMidas( const QucMidas& aRef )
QucMidas& operator=( const QucMidas& aRef )
virtual ~QucMidas()
The d'tor. If it's not in a hierarchy it probably doesn't want to be
virtual.
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de