Changeset 894 in Sophya for trunk/SophyaLib/TArray/fioarr.cc


Ignore:
Timestamp:
Apr 12, 2000, 7:42:33 PM (25 years ago)
Author:
ansari
Message:

documentation cmv 12/4/00

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/TArray/fioarr.cc

    r818 r894  
    1313///////////////////////////////////////////////////////////
    1414
     15//! Default constructor
    1516template <class T>
    1617FIO_TArray<T>::FIO_TArray()
     
    2021}
    2122
     23
     24//! Constructor from the file \b filename
    2225template <class T>
    2326FIO_TArray<T>::FIO_TArray(string const & filename)
     
    2831}
    2932
     33//! Constructor from the TArray \b obj
    3034template <class T>
    3135FIO_TArray<T>::FIO_TArray(const TArray<T> & obj)
     
    4145}
    4246
     47//! Connect with a TArray \b obj
    4348template <class T>
    4449FIO_TArray<T>::FIO_TArray(TArray<T> * obj)
     
    4853}
    4954
     55//! destructor
    5056template <class T>
    5157FIO_TArray<T>::~FIO_TArray()
     
    5460}
    5561
     62//! Return pointer to the connected TArray
    5663template <class T>
    5764AnyDataObj* FIO_TArray<T>::DataObj()
     
    6067}
    6168
     69//! Connect TArray \b o
    6270template <class T>
    6371void FIO_TArray<T>::SetDataObj(AnyDataObj & o)
Note: See TracChangeset for help on using the changeset viewer.