lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
lean::io::int_serialization< Type, Delimiter > Member List
This is the complete list of members for lean::io::int_serialization< Type, Delimiter >, including all inherited members.
delimiterlean::io::int_serialization< Type, Delimiter > [static]
max_length(size_t count)lean::io::int_serialization< Type, Delimiter > [inline, static]
read(const utf8_t *begin, const utf8_t *end, const std::type_info &type, void *values, size_t count) (defined in lean::io::int_serialization< Type, Delimiter >)lean::io::int_serialization< Type, Delimiter > [inline, static]
read(std::basic_istream< utf8_t > &stream, const std::type_info &type, void *values, size_t count) (defined in lean::io::generic_serialization< Type, Delimiter >)lean::io::generic_serialization< Type, Delimiter > [inline, static]
value_type typedeflean::io::int_serialization< Type, Delimiter >
write(utf8_t *begin, const std::type_info &type, const void *values, size_t count) (defined in lean::io::int_serialization< Type, Delimiter >)lean::io::int_serialization< Type, Delimiter > [inline, static]
write(std::basic_ostream< utf8_t > &stream, const std::type_info &type, const void *values, size_t count) (defined in lean::io::generic_serialization< Type, Delimiter >)lean::io::generic_serialization< Type, Delimiter > [inline, static]