libapt-pkg-dev  v0.9.7.5ubuntu5.4
Debian+Ubuntu APT Package Management
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cdromutl.h File Reference
#include <string>
Include dependency graph for cdromutl.h:

Functions

std::string FindMountPointForDevice (const char *device)
 
bool IdentCdrom (std::string CD, std::string &Res, unsigned int Version=2)
 
bool IsMounted (std::string &Path)
 
bool MountCdrom (std::string Path, std::string DeviceName="")
 
bool UnmountCdrom (std::string Path)
 

Function Documentation

std::string FindMountPointForDevice ( const char *  device)
bool IdentCdrom ( std::string  CD,
std::string &  Res,
unsigned int  Version = 2 
)
bool IsMounted ( std::string &  Path)
bool MountCdrom ( std::string  Path,
std::string  DeviceName = "" 
)
bool UnmountCdrom ( std::string  Path)