11 MsgStream &log)
const {
13 log << MSG::DEBUG <<
"RingerRingsCnv_p2::tranToPers" <<
endmsg;
15 if ( (!trans) || (!pers) )
22 trans->
rings().end() );
27 MsgStream &log)
const {
29 log << MSG::DEBUG <<
"RingerRingsCnv_p2::persToTrans" <<
endmsg;
31 if ( (!pers) || (!trans) )
34 trans->
rings().clear();
void persToTrans(const RingerRings_p2 *persObj, RingerRings *transObj, MsgStream &log) const override
void transToPers(const RingerRings *transObj, RingerRings_p2 *persObj, MsgStream &log) const override
std::vector< float > m_rings
unsigned int m_numberOfRings
This class carries the generated Rings.
std::vector< float > & rings()
Acessor methods.
unsigned int size() const