What?s on your clipboard right now?

RKS

Diamond Member
Oct 9, 1999
6,824
3
81
Finally, you may use this letter as a release and should you desire to seek further legal counsel you should feel free to do so. If you have any questions with respect to this matter, please contact the undersigned. Hopefully, we may be able to serve you in the future.
 

Crusty

Lifer
Sep 30, 2001
12,684
2
81
std::string& FieldMap::calculateString( std::string& result, bool clear ) const
{ QF_STACK_PUSH(FieldMap::calculateString)

#if defined(_MSC_VER) && _MSC_VER < 1300
if( clear ) result = "";
#else
if( clear ) result.clear();
#endif

if( !result.size() )
result.reserve( totalFields() * 32 );

Fields::const_iterator i;
for ( i = m_fields.begin(); i != m_fields.end(); ++i )
{
result += i->second.getValue();

// add groups if they exist
if( !m_groups.size() ) continue;
Groups::const_iterator j = m_groups.find( i->first );
if ( j == m_groups.end() ) continue;
std::vector < FieldMap* > ::const_iterator k;
for ( k = j->second.begin(); k != j->second.end(); ++k )
( *k ) ->calculateString( result, false );
}
return result;

QF_STACK_POP
}

That's going to be really ugly on here.... ugh.
 

KeithTalent

Elite Member | Administrator | No Lifer
Administrator
Nov 30, 2005
50,231
118
116
What's up playa! :p

Last time I was close to that area I went here: http://www.abigailsparty.ca/ and it's pretty damn good, if a little small. A place I love, if you are up for Japanese stuff (snacks and beverages), you can go here: http://www.hapaizakaya.com/ it's awesome!

Hopefully that helps a bit and good luck with the lady. :D

KT