#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 std::pair<main::error_code,const char *> emap [static] |
Definition at line 51 of file schroot-listmounts-main.cc.
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%'")) }
It's used to construct the real error codes map.
Definition at line 57 of file schroot-listmounts-main.cc.