casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
casa::TBLocatedRows Class Reference

Results of a row locate on at least one table. More...

#include <TBConstants.h>

Public Member Functions

 TBLocatedRows ()
 Default Constructor. More...
 
 ~TBLocatedRows ()
 
std::vector< TBTableTabs * > tables ()
 Returns a list of all the tables in this TBLocatedRows. More...
 
void put (TBTableTabs *tt, std::vector< int > *r)
 Associates the given list of row numbers with the given TBTableTabs. More...
 

Public Attributes

std::map< TBTableTabs
*, std::vector< int > * > 
results
 Results. More...
 

Detailed Description

Results of a row locate on at least one table.

Synopsis

A TBLocatedRows basically consists of a map from TBTableTabs to vectors of ints that represent row numbers.

Definition at line 117 of file TBConstants.h.

Constructor & Destructor Documentation

casa::TBLocatedRows::TBLocatedRows ( )

Default Constructor.

casa::TBLocatedRows::~TBLocatedRows ( )

Member Function Documentation

void casa::TBLocatedRows::put ( TBTableTabs tt,
std::vector< int > *  r 
)

Associates the given list of row numbers with the given TBTableTabs.

std::vector<TBTableTabs*> casa::TBLocatedRows::tables ( )

Returns a list of all the tables in this TBLocatedRows.

Member Data Documentation

std::map<TBTableTabs*, std::vector<int>*> casa::TBLocatedRows::results

Results.

Definition at line 132 of file TBConstants.h.


The documentation for this class was generated from the following file: