MCPcopy Create free account
hub / github.com/USCiLab/cereal / OutputArchive

Method OutputArchive

include/cereal/cereal.hpp:323–324  ·  view source on GitHub ↗

Construct the output archive ! @param derived A pointer to the derived ArchiveType (pass this from the derived archive) */

Source from the content-addressed store, hash-verified

321 //! Construct the output archive
322 /*! @param derived A pointer to the derived ArchiveType (pass this from the derived archive) */
323 OutputArchive(ArchiveType * const derived) : self(derived), itsCurrentPointerId(1), itsCurrentPolymorphicTypeId(1)
324 { }
325
326 OutputArchive & operator=( OutputArchive const & ) = delete;
327

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected