Mir
Public Member Functions | Protected Member Functions | List of all members
mir::SharedLibraryProberReport Class Referenceabstract

#include <shared_library_prober_report.h>

Inheritance diagram for mir::SharedLibraryProberReport:
[legend]

Public Member Functions

virtual ~SharedLibraryProberReport ()=default
 
virtual void probing_path (boost::filesystem::path const &path)=0
 
virtual void probing_failed (boost::filesystem::path const &path, std::exception const &error)=0
 
virtual void loading_library (boost::filesystem::path const &filename)=0
 
virtual void loading_failed (boost::filesystem::path const &filename, std::exception const &error)=0
 

Protected Member Functions

 SharedLibraryProberReport ()=default
 
 SharedLibraryProberReport (SharedLibraryProberReport const &)=delete
 
SharedLibraryProberReportoperator= (SharedLibraryProberReport const &)=delete
 

Constructor & Destructor Documentation

virtual mir::SharedLibraryProberReport::~SharedLibraryProberReport ( )
virtualdefault
mir::SharedLibraryProberReport::SharedLibraryProberReport ( )
protecteddefault
mir::SharedLibraryProberReport::SharedLibraryProberReport ( SharedLibraryProberReport const &  )
protecteddelete

Member Function Documentation

virtual void mir::SharedLibraryProberReport::loading_failed ( boost::filesystem::path const &  filename,
std::exception const &  error 
)
pure virtual
virtual void mir::SharedLibraryProberReport::loading_library ( boost::filesystem::path const &  filename)
pure virtual
SharedLibraryProberReport& mir::SharedLibraryProberReport::operator= ( SharedLibraryProberReport const &  )
protecteddelete
virtual void mir::SharedLibraryProberReport::probing_failed ( boost::filesystem::path const &  path,
std::exception const &  error 
)
pure virtual
virtual void mir::SharedLibraryProberReport::probing_path ( boost::filesystem::path const &  path)
pure virtual

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

Copyright © 2012-2015 Canonical Ltd.
Generated on Thu Sep 8 14:50:19 UTC 2016