schroot-listmounts-main.cc File Reference

#include <config.h>
#include "schroot-listmounts-main.h"
#include <cerrno>
#include <cstdio>
#include <cstdlib>
#include <ctime>
#include <iostream>
#include <locale>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <boost/format.hpp>
#include <mntent.h>
#include <lockdev.h>

Include dependency graph for schroot-listmounts-main.cc:


Typedefs

typedef std::pair< main::error_code,
const char * > 
emap

Variables

emap init_errors []
 This is a list of the supported error codes.

Typedef Documentation

typedef std::pair<main::error_code,const char *> emap [static]


Variable Documentation

emap init_errors[] [static]

Initial value:

    {
      
      emap(main::OPEN,  N_("Failed to open '%1%'")),
      
      emap(main::CLOSE, N_("Failed to close '%1%'"))
    }
This is a list of the supported error codes.

It's used to construct the real error codes map.


Generated on Mon Sep 11 23:16:32 2006 for schroot by  doxygen 1.4.7