casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Namespaces | Functions
DDMapper.h File Reference

Go to the source code of this file.

Classes

class  casa::DDMapper
 Abstract Derived Data Mapper class. More...
class  casa::DDDummy
 DDDummy: dummy mapper, throws an excpetion if any methods are called. More...
class  casa::DDFunc
 DDFunc: maps correlation A into func(A) More...
class  casa::DDSumFunc
 DDSumFunc: maps two correlations A and B into func(A)+func(B) More...
class  casa::DDFuncSum
 DDFuncSum: maps two correlations A and B into func(A+B) More...
class  casa::DDFuncDiff
 DDFuncDiff: maps two correlations A and B into func(A-B) More...
class  casa::DDDiffFunc
 DDDiffFunc: maps two correlations A and B into func(A)-func(B) More...

Namespaces

namespace  casa
 this file contains all the compiler specific defines

Functions

Vector< Stringcasa::splitExpression (const Vector< String > &expr0)
 helper function to split an expression into elements