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