Files
pvData/pvDataApp
Michael Davidsaver 74f68c47d3 shared_vector_convert
Allow converting of shared_vector between types

Conversion utilizes castUnsafe<TO,FROM>().

Converting to/from void is supported.  Convert to void
is an alias for static_shared_vector_cast<void>().
Convert from void utilizes shared_vector<void>::original_type()
and throws std::runtime_error if this is not valid.

Casting now handles 'const void'
is most places where 'void' can be used.
2013-07-09 18:24:40 -04:00
..
2013-07-09 18:24:40 -04:00
2012-08-22 14:39:19 -04:00
2013-06-03 19:31:05 -04:00
2013-07-09 11:19:46 -04:00
2012-09-10 08:56:11 +02:00
2013-07-09 18:24:40 -04:00