Michael Davidsaver
d811485b90
revise shared_vector casting
...
Rename existing castTo() as castToUnsafe().
Add new castTo() which is doesn't allow non-void -> non-void
and may throw on void -> non-void
2020-03-26 09:04:44 -07:00
Michael Davidsaver
078e0ea69f
sharedArray formatting with size limit.
2020-03-19 17:15:53 -07:00
Michael Davidsaver
7dd33a0c71
shared_array redo freeze/cast as members
2019-12-15 16:43:22 -08:00
Michael Davidsaver
4c60d72f9c
add shared_array
...
simpler version of epics::pvData::shared_vector<T>
w/ offset+capacity tracking, or value conversion.
Updated to use c++11 features (like std::type_index).
2019-12-10 17:56:40 -08:00