ACF $AcfVersion:0$
Public Member Functions | List of all members
ifile::IFileArchiveInfo Class Referenceabstract

Simple informative interface allowing to get access to current processed file by file archives. More...

#include <IFileArchiveInfo.h>

Inheritance diagram for ifile::IFileArchiveInfo:
istd::IPolymorphic ifile::CFileArchiveInfo ifile::CCompactXmlFileReadArchive ifile::CCompactXmlFileWriteArchive ifile::CCompressedXmlFileWriteArchive ifile::CFileReadArchive ifile::CFileWriteArchive ifile::CSimpleXmlFileReadArchive ifile::CSimpleXmlFileWriteArchive ifile::CFileReadSecureArchive ifile::CFileWriteSecureArchive

Public Member Functions

virtual const QString & GetCurrentFilePath () const =0
 
- Public Member Functions inherited from istd::IPolymorphic
virtual ~IPolymorphic ()
 

Detailed Description

Simple informative interface allowing to get access to current processed file by file archives.

To check the file name from you Serialize methods simply cast your iser::IArchive to this interface. File-based archives should implement this interface.

Definition at line 23 of file IFileArchiveInfo.h.

Member Function Documentation

◆ GetCurrentFilePath()

virtual const QString & ifile::IFileArchiveInfo::GetCurrentFilePath ( ) const
pure virtual

Implemented in ifile::CFileArchiveInfo.


The documentation for this class was generated from the following file: