Ubuntu TV Media Scanner
A centralized index for removable media content.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Constant Groups | Macros | Typedefs
declarations.h File Reference
#include <stdint.h>
#include <string>

Classes

class  std::shared_ptr< T >
 
class  boost::shared_ptr< T >
 
class  boost::locale::basic_format< T >
 
class  mediascanner::MediaIndexFacade< T >
 
class  mediascanner::Wrapper< T, CopyHelper >
 A shared smart-pointer for GLib related types. More...
 

Namespaces

 boost
 
 boost::filesystem
 
 boost::locale
 
 mediascanner
 Public components of the Ubuntu TV Media Scanner.
 

Constant Groups

 boost
 
 boost::filesystem
 
 boost::locale
 
 mediascanner
 Public components of the Ubuntu TV Media Scanner.
 

Macros

#define NONCOPYABLE(classname)
 

Typedefs

typedef struct _GFile GFile
 
typedef struct _GKeyFile GKeyFile
 
typedef struct _GList GList
 
typedef struct _GParamSpec GParamSpec
 
typedef struct _GValue GValue
 
typedef struct _GVariant GVariant
 
typedef struct _GstDiscovererInfo GstDiscovererInfo
 
typedef struct
_GstDiscovererStreamInfo 
GstDiscovererStreamInfo
 
typedef struct
_GstDiscovererAudioInfo 
GstDiscovererAudioInfo
 
typedef struct
_GstDiscovererVideoInfo 
GstDiscovererVideoInfo
 
typedef uint32_t GQuark
 
typedef unsigned long GType
 
typedef uint32_t GrlKeyID
 
typedef basic_format< char > boost::locale::format
 
typedef basic_format< wchar_t > boost::locale::wformat
 
typedef std::shared_ptr
< CommitPolicy > 
mediascanner::CommitPolicyPtr
 
typedef std::shared_ptr
< MediaArtDownloader > 
mediascanner::MediaArtDownloaderPtr
 
typedef std::shared_ptr
< MediaRootManager > 
mediascanner::MediaRootManagerPtr
 
typedef std::shared_ptr
< MetadataResolver > 
mediascanner::MetadataResolverPtr
 
typedef std::shared_ptr
< TaskManager > 
mediascanner::TaskManagerPtr
 
typedef boost::filesystem::path mediascanner::FileSystemPath
 

Macro Definition Documentation

#define NONCOPYABLE (   classname)
Value:
classname(classname const &) = delete; \
classname& operator=(classname const &) = delete

Typedef Documentation

typedef struct _GFile GFile
typedef struct _GKeyFile GKeyFile
typedef struct _GList GList
typedef struct _GParamSpec GParamSpec
typedef uint32_t GQuark
typedef uint32_t GrlKeyID
typedef struct _GstDiscovererAudioInfo GstDiscovererAudioInfo
typedef struct _GstDiscovererInfo GstDiscovererInfo
typedef struct _GstDiscovererStreamInfo GstDiscovererStreamInfo
typedef struct _GstDiscovererVideoInfo GstDiscovererVideoInfo
typedef unsigned long GType
typedef struct _GValue GValue
typedef struct _GVariant GVariant