Changeset 138 for trunk/src/SDMemTable.h


Ignore:
Timestamp:
12/24/04 13:20:38 (19 years ago)
Author:
mar637
Message:

Added assignment operator.
Changed const casa::Table& table() to be const
added SDMemTable* getPtr()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMemTable.h

    r125 r138  
    6464  // see also getScan()
    6565  SDMemTable(const casa::Table& tab, const std::string& expr);
    66 
     66 
     67  SDMemTable &operator=(const SDMemTable& other);
     68 
    6769  virtual ~SDMemTable();
    6870
     
    128130  const casa::TableRecord& getHeader() const {return table_.keywordSet();}
    129131  // get a handle to the "raw" aips++ table
    130   const casa::Table& table() { return table_; }
     132  const casa::Table& table() const { return table_; }
    131133
    132134  // return the number of values
Note: See TracChangeset for help on using the changeset viewer.