BOSS
8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
ResultHandle.cxx
Go to the documentation of this file.
1
// $Header: /bes/bes/BossCvs/Calibration/rdbModel/src/Db/ResultHandle.cxx,v 1.1.1.1 2005/10/17
2
// 06:10:53 maqm Exp $
3
4
#include "rdbModel/Db/ResultHandle.h"
5
6
namespace
rdbModel
{
7
8
void
ResultHandle::cleanFieldPtrs
( std::vector<std::string*>& fields ) {
9
for
(
unsigned
i = 0; i < fields.size(); i++ )
10
{
11
if
( fields[i] != 0 )
delete
fields[i];
12
}
13
fields.resize( 0 );
14
}
15
16
}
// namespace rdbModel
rdbModel::ResultHandle::cleanFieldPtrs
static void cleanFieldPtrs(std::vector< std::string * > &fields)
Definition
ResultHandle.cxx:8
rdbModel
Definition
Calibration/calibUtil/include/calibUtil/Metadata.h:11
8.0.0
BOSS_Source
Calibration
rdbModel
src
Db
ResultHandle.cxx
Generated by
1.16.1