Go to the documentation of this file.
28 #ifndef TABLES_TVECLOGIC_H
29 #define TABLES_TVECLOGIC_H
32 #include <casacore/casa/aips.h>
37 template<
class T>
class TabVecRep;
128 #ifndef CASACORE_NO_AUTO_TEMPLATES
129 #include <casacore/tables/Tables/TVecLogic.tcc>
130 #endif //# CASACORE_NO_AUTO_TEMPLATES
Bool tabVecRepvalrLE(const TabVecRep< T > &left, const T &right)
Bool tabVecReptvEQ(const TabVecRep< T > &left, const TabVecRep< T > &right)
Bool tabVecReptvNE(const TabVecRep< T > &left, const TabVecRep< T > &right)
Bool tabVecRepvalrLT(const TabVecRep< T > &left, const T &right)
Bool tabVecRepvallGT(const T &left, const TabVecRep< T > &right)
Bool tabVecRepvalrEQ(const TabVecRep< T > &left, const T &right)
Bool tabVecReptvGT(const TabVecRep< T > &left, const TabVecRep< T > &right)
Bool tabVecRepvalrGE(const TabVecRep< T > &left, const T &right)
Templated base class for table vectors.
Bool tabVecRepvallEQ(const T &left, const TabVecRep< T > &right)
Bool tabVecRepvalrNE(const TabVecRep< T > &left, const T &right)
Bool tabVecReptvLE(const TabVecRep< T > &left, const TabVecRep< T > &right)
Bool tabVecRepvalrGT(const TabVecRep< T > &left, const T &right)
this file contains all the compiler specific defines
Bool tabVecRepvallNE(const T &left, const TabVecRep< T > &right)
Comparison between a table vector and a scalar.
bool Bool
Define the standard types used by Casacore.
Bool tabVecReptvGE(const TabVecRep< T > &left, const TabVecRep< T > &right)
Bool tabVecReptvLT(const TabVecRep< T > &left, const TabVecRep< T > &right)
Bool tabVecRepvallLE(const T &left, const TabVecRep< T > &right)
Bool tabVecRepvallGE(const T &left, const TabVecRep< T > &right)
Bool tabVecRepvallLT(const T &left, const TabVecRep< T > &right)