casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
casa::TBLocatedRows Class Reference

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

#include <TBConstants.h>

List of all members.

Public Member Functions

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

Public Attributes

map< TBTableTabs *, vector
< int > * > 
results
 Results.

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 118 of file TBConstants.h.


Constructor & Destructor Documentation

Default Constructor.


Member Function Documentation

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

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

Returns a list of all the tables in this TBLocatedRows.


Member Data Documentation

Results.

Definition at line 133 of file TBConstants.h.


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