cereal
A C++11 library for serialization
|
Directories | |
directory | concepts |
Files | |
file | array.hpp [code] |
Support for types found in <array> | |
file | atomic.hpp [code] |
Support for types found in <atomic> | |
file | base_class.hpp [code] |
Support for base classes (virtual and non-virtual) | |
file | bitset.hpp [code] |
Support for types found in <bitset> | |
file | boost_variant.hpp [code] |
Support for boost::variant. | |
file | chrono.hpp [code] |
Support for types found in <chrono> | |
file | common.hpp [code] |
Support common types - always included automatically. | |
file | complex.hpp [code] |
Support for types found in <complex> | |
file | deque.hpp [code] |
Support for types found in <deque> | |
file | forward_list.hpp [code] |
Support for types found in <forward_list> | |
file | functional.hpp [code] |
Support for types found in <functional> | |
file | list.hpp [code] |
Support for types found in <list> | |
file | map.hpp [code] |
Support for types found in <map> | |
file | memory.hpp [code] |
Support for types found in <memory> | |
file | optional.hpp [code] |
Support for std::optional. | |
file | polymorphic.hpp [code] |
Support for pointers to polymorphic base classes. | |
file | queue.hpp [code] |
Support for types found in <queue> | |
file | set.hpp [code] |
Support for types found in <set> | |
file | stack.hpp [code] |
Support for types found in <stack> | |
file | string.hpp [code] |
Support for types found in <string> | |
file | tuple.hpp [code] |
Support for types found in <tuple> | |
file | unordered_map.hpp [code] |
Support for types found in <unordered_map> | |
file | unordered_set.hpp [code] |
Support for types found in <unordered_set> | |
file | utility.hpp [code] |
Support for types found in <utility> | |
file | valarray.hpp [code] |
Support for types found in <valarray> | |
file | variant.hpp [code] |
Support for std::variant. | |
file | vector.hpp [code] |
Support for types found in <vector> | |