|
LeviLamina
|
Inheritance diagram for Bedrock::StorageMigration::StorageMigrationService:Public Member Functions | |
| virtual void | initialize (::Core::Path const &, ::Core::Path const &, ::Bedrock::StorageMigration::StorageMigrationType)=0 |
| virtual bool | checkMigrationPreviouslyCompleted ()=0 |
| virtual bool | checkMigrationInProgress ()=0 |
| virtual ::std::shared_ptr<::Bedrock::StorageMigration::ManifestData > | loadManifest ()=0 |
| virtual void | setMigrationUIActive (bool)=0 |
| virtual ::Core::PathBuffer<::std::string > const & | getSource () const =0 |
| virtual ::Core::PathBuffer<::std::string > const & | getDestination () const =0 |
| virtual::Bedrock::StorageMigration::StorageMigrationType | getMigrationType () const =0 |
| virtual ::std::shared_ptr<::Bedrock::StorageMigration::MigrationDetector > | getDetector () const =0 |
| virtual ::std::shared_ptr<::Bedrock::StorageMigration::StorageMigrator > | getMigrator () const =0 |
| virtual bool | isMigrationUIActive () const =0 |
| MCFOLD void * | $ctor () |
| MCFOLD void * | $ctor (::Bedrock::EnableNonOwnerReferences const &) |
| MCFOLD void | $dtor () |
Static Public Member Functions | |
| static MCAPI void ** | $vftable () |
Public Attributes | |
| ::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlock > | mControlBlock |
|
staticinherited |