src/types.cpp

changeset 322
5e701c3c3d8e
parent 310
c62edce5668c
child 358
7885fa5b09c5
equal deleted inserted replaced
321:48e429bfd58c 322:5e701c3c3d8e
273 273
274 StringFormatArg::StringFormatArg (const floatconfig& v) { 274 StringFormatArg::StringFormatArg (const floatconfig& v) {
275 m_val.number (v.value); 275 m_val.number (v.value);
276 } 276 }
277 277
278 StringFormatArg::StringFormatArg( const void* v )
279 {
280 m_val.sprintf( "%p", v );
281 }
282
278 // ============================================================================= 283 // =============================================================================
279 File::File () { 284 File::File () {
280 // Make a null file 285 // Make a null file
281 m_file = null; 286 m_file = null;
282 m_textstream = null; 287 m_textstream = null;

mercurial