/** \mainpage cereal code documentation \tableofcontents Aside from the documentation presented on the main cereal site, this doxygen page offers code level documentation. \section modules Browse modules cereal's code is organized into modules of similar functionality. Take a look at the modules section to learn more. Average users will not need to understand the workings of any code that falls under the internal module. \section files Browse files If you need reference on a specific file, the files page lists all files in cereal. */ //! \defgroup Archives Input and Output Archive Types /*! \defgroup Access Access Control and Disambiguation Provides ways to give cereal access to protected member functions, disambiguate which serialization function cereal should use, and provide ways of using smart pointers with types that have no default constructor. */ /*! \defgroup Utility Utility Functionality Name-value pairs, binary data wrappers, exceptions, and other utility functions */ /*! \defgroup TypeSupport Support for Serializing Various Types Serialization of many types is shipped with cereal, including most of the standard library as well as a few others. */ /*! \defgroup STLSupport Standard Library Support Serialization methods for nearly all types found in the C++ standard library. \ingroup TypeSupport */ /*! \defgroup TypeConcepts Abstract Type Concept Support Serialization methods for more abstract type concepts that can generalize over many types. \ingroup TypeSupport */ /*! \defgroup OtherTypes Miscellaneous Types Support Support for various other types such as smart pointers to polymorphic base classes, boost::variant, etc. \ingroup TypeSupport */ /*! \defgroup Internal Internal Functionality Various classes and functions that are critical for the operation of cereal but of no interest to users */