DLDatarun.h

Go to the documentation of this file.
00001 #ifndef _DLDATARUNS_H_
00002 #define _DLDATARUNS_H_
00003 
00012 class DLDatarun
00013 {
00014    public:
00018    DLDatarun(){};
00022    DLDatarun(const DLDatarun & orig){*this = orig;};
00023 
00028    const DLDatarun & operator=(const DLDatarun & right)
00029       {
00030          this->run_row = right.run_row;
00031          this->run_start = right.run_start;
00032          this->run_stop = right.run_stop;
00033          return *this;
00034       };
00035 
00039    ~DLDatarun(){};
00040         
00041    public:
00043    int run_row;                        
00045    int run_start;                      
00047    int run_stop;                           
00048 };
00049 
00050 #endif // _DLDatarun_H_

DOCLIB is being developed under contract by a collaboration between:
The Laboratory for Language and Media Processing
Unviersity of Maryland, College Park
and
Booz | Allen | Hamilton

All Rights Reserved, 2003-2007