Searched refs:let_drText (Results 1 – 1 of 1) sorted by relevance
90 const ::csv::String& let_drText );364 Element::operator<<( const ::csv::String & let_drText ) in operator <<() argument365 { op_streamout( new Text(let_drText) ); return *this; } in operator <<()367 Element::operator<<( const char * let_drText ) in operator <<() argument368 { op_streamout( new Text(let_drText) ); return *this; } in operator <<()
Completed in 5 milliseconds