Lines Matching refs:archivable

257 			BArchivable* archivable, bool deep = true)
258 \brief Adds a reference to \c archivable to the archive used to
259 construct this BArchiver. May call \c archivable's Archive() method.
262 \param archivable The BArchivable* object that to reference.
263 \param deep Passed to \c archivable->Archive() if \c archivable must
266 Adds a reference to \c archivable to your archive. If \c archivable has
281 \fn status_t BArchiver::GetTokenForArchivable(BArchivable* archivable,
286 \param archivable The BArchivable object for which you wish to get a
288 \param deep Controls how \c archivable will be archived, if it has not yet
290 \param[out] _token The token representing \c archivable is stored here.
292 Retrieves or creates a token to represent \c archivable in this archiving
293 session. If \c archivable has not yet been archived, it will be now. If
294 \c archivable gets archived, the \c deep parameter will be passed to its
306 \fn status_t BArchiver::GetTokenForArchivable(BArchivable* archivable,
319 \fn bool BArchiver::IsArchived(BArchivable* archivable);
320 \brief Returns whether \c archivable has already been archived in this
324 \retval true \c archivable has been archived in this archiving session.
325 \retval false \c archivable has not been archived in this archiving session.
759 \fn void BUnarchiver::AssumeOwnership(BArchivable* archivable)
760 \brief Become the owner of \a archivable.
763 \a archivable.
765 \param archivable The \a archivable object.
772 \fn void BUnarchiver::RelinquishOwnership(BArchivable* archivable)
773 \brief Relinquish ownership of \a archivable. If \a archivable remains
777 \param archivable The \a archivable object.