/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Calibration/rdbModel/rdbModel-00-01-01/src/Tables/Index.cxx

Go to the documentation of this file.
00001 // $Header: /bes/bes/BossCvs/Calibration/rdbModel/src/Tables/Index.cxx,v 1.1.1.1 2005/10/17 06:10:53 maqm Exp $
00002 
00003 #include "rdbModel/Tables/Index.h"
00004 
00005 namespace rdbModel {
00006 
00007   Visitor::VisitorState  Index::accept(Visitor * v) {
00008     Visitor::VisitorState state = v->visitIndex(this);
00009     if (state == Visitor::VBRANCHDONE) return Visitor::VCONTINUE;
00010     return state;
00011   }
00012 
00013   const std::vector<std::string>& Index::getColumnNames() {
00014     return m_indexCols;
00015   }
00016 
00017 
00018 }

Generated on Tue Nov 29 22:57:56 2016 for BOSS_7.0.2 by  doxygen 1.4.7