schroot-listmounts-main.cc File Reference

#include <config.h>
#include "schroot-listmounts-main.h"
#include <cerrno>
#include <climits>
#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:

Go to the source code of this file.

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]

Definition at line 51 of file schroot-listmounts-main.cc.


Variable Documentation

emap init_errors[] [static]

Initial value:

    {
      
      emap(main::FIND,  N_("Failed to find '%1%'")),
      
      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.

Definition at line 57 of file schroot-listmounts-main.cc.


Generated on Sun Jul 8 21:24:15 2007 for schroot by  doxygen 1.5.2