W
woodbrian77
I have marshalling support for these types:
char, int8_t, int16_t, int32_t, int64_t,
uint8_t, uint16_t, uint32_t, uint64_t, float, double
Standard library containers: deque, list, slist,
vector, (multi)map, (multi)set, unordered_(multi)map,
unordered_(multi)set
std::array
boost::circular_buffer
std::complex
hash_(multi)map, hash_(multi)set
ilist -- aka boost::intrusive::list
boost::multi_index_container
Boost Range -- iterator_range -- sub_range
boost::intrusive::rbtree
boost::scoped_ptr
segmented_array
boost::stable_vector
std::string
std::unique_ptr
std::valarrary
I'm thinking about removing support for one of these
types. My top candidates are circular_buffer and
valarray. What do you think?
And if you have a suggestion for a type to add to
the list, please let me know. I haven't added support
for a new type in a while. Maybe the dust has settled
as far as what types/libraries are doing well?
Brian
Ebenezer Enterprises - John 3:16
http://webEbenezer.net
char, int8_t, int16_t, int32_t, int64_t,
uint8_t, uint16_t, uint32_t, uint64_t, float, double
Standard library containers: deque, list, slist,
vector, (multi)map, (multi)set, unordered_(multi)map,
unordered_(multi)set
std::array
boost::circular_buffer
std::complex
hash_(multi)map, hash_(multi)set
ilist -- aka boost::intrusive::list
boost::multi_index_container
Boost Range -- iterator_range -- sub_range
boost::intrusive::rbtree
boost::scoped_ptr
segmented_array
boost::stable_vector
std::string
std::unique_ptr
std::valarrary
I'm thinking about removing support for one of these
types. My top candidates are circular_buffer and
valarray. What do you think?
And if you have a suggestion for a type to add to
the list, please let me know. I haven't added support
for a new type in a while. Maybe the dust has settled
as far as what types/libraries are doing well?
Brian
Ebenezer Enterprises - John 3:16
http://webEbenezer.net