Changeset 161


Ignore:
Timestamp:
12/27/04 15:36:23 (19 years ago)
Author:
kil064
Message:

docuiment copy semantiocs for copy constructor and assignment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMemTable.h

    r158 r161  
    6161  SDMemTable(const SDMemTable& other, casa::Bool clear=casa::False);
    6262
    63   // Copy Construct a SDMemTable, give a scanid constraint
     63  // Copy Construct (copy semantics) a SDMemTable, give a scanid constraint
    6464  // see also getScan()
    6565  SDMemTable(const casa::Table& tab, const std::string& expr);
    66  
     66
     67  // Assignment operator (copy semantics) 
    6768  SDMemTable &operator=(const SDMemTable& other);
    6869 
     
    7475  bool putSDFreqTable(const SDFrequencyTable& sdft);
    7576
    76   //get the dat wrapped up in a meta container
     77  //get the data wrapped up in a meta container
    7778  SDContainer getSDContainer(casa::uInt whichRow=0) const;
    7879  SDHeader getSDHeader() const;
Note: See TracChangeset for help on using the changeset viewer.