Mapper  0.9.0
API documentation
Classes | Namespaces | Functions | Variables
storage_location.h File Reference

(cdfca46 on 22 Jul 2019)

#include <memory>
#include <vector>
#include <type_traits>
#include <QCoreApplication>
#include <QString>
Include dependency graph for storage_location.h:
This graph shows which files directly or indirectly include this file:

Classes

class  OpenOrienteering::StorageLocation
 Provides information about document storage locations. More...
 

Namespaces

 OpenOrienteering
 
 OpenOrienteering::Android
 

Functions

void OpenOrienteering::Android::mediaScannerScanFile (const QString &path)
 Tells the media scanner to register the given file or folder. More...
 

Variables

constexpr bool OpenOrienteering::qstring_is_nothrow_copy_constructible = std::is_nothrow_copy_constructible<QString>::value
 
constexpr bool OpenOrienteering::qstring_is_nothrow_move_constructible = std::is_nothrow_move_constructible<QString>::value
 
constexpr bool OpenOrienteering::qstring_is_nothrow_copy_assignable = std::is_nothrow_copy_assignable<QString>::value
 
constexpr bool OpenOrienteering::qstring_is_nothrow_move_assignable = std::is_nothrow_move_assignable<QString>::value