#include <tableindex_cmpt.h>
// TODO: WRITE YOUR DESCRIPTION HERE!
Definition at line 35 of file tableindex_cmpt.h.
Public Member Functions | |
| tableindex () | |
| virtual | ~tableindex () |
| bool | set (const::casac::record &tab, const std::vector< std::string > &columns, const bool sort=true) |
| bool | isunique () |
| bool | setchanged (const std::vector< std::string > &columns=std::vector< std::string >(1,"all")) |
| int | rownr (const::casac::record &key) |
| std::vector< int > | rownrs (const::casac::record &key, const ::casac::record &upperkey, const bool lowerincl=true, const bool upperincl=true) |
| bool | close () |
| bool | done () |
| casac::tableindex::tableindex | ( | ) |
| virtual casac::tableindex::~tableindex | ( | ) | [virtual] |
| bool casac::tableindex::set | ( | const ::casac::record & | tab, | |
| const std::vector< std::string > & | columns, | |||
| const bool | sort = true | |||
| ) |
| bool casac::tableindex::isunique | ( | ) |
| bool casac::tableindex::setchanged | ( | const std::vector< std::string > & | columns = std::vector< std::string >(1,"all") |
) |
| int casac::tableindex::rownr | ( | const ::casac::record & | key | ) |
| std::vector<int> casac::tableindex::rownrs | ( | const ::casac::record & | key, | |
| const ::casac::record & | upperkey, | |||
| const bool | lowerincl = true, |
|||
| const bool | upperincl = true | |||
| ) |
| bool casac::tableindex::close | ( | ) |
| bool casac::tableindex::done | ( | ) |
1.5.1