Construct the output archive ! @param derived A pointer to the derived ArchiveType (pass this from the derived archive) */
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected